UserDto
Definition of an user with account and personal information.
Properties
The first name of the user.
The address.
The city.
The company.
The country.
The work phone number.
The username of the user.
The password. Combination of characters, numbers and special symbols that is hard to guess.
The last name of the user.
The ZIP code.
The end-user license agreement information.
True if the user’s e-mail address has been verified.
The email address of the user.
The customer number.
The reference link to the user profile.
The user’s state.
The user’s state code.
The user’s state name.
Terms and conditions.
The trade ID.
The unique identifier of the user, on behalf of which the token was issued.
Define user profile with default organization, locale and language.
The country name.
The web site.
The country code.
The identifier of the user, configured to log in to the Identity provider.
JSON Example
{
"address": "string",
"city": "string",
"company": "string",
"country": "string",
"firstName": "string",
"lastName": "string",
"password": "string",
"username": "string",
"workPhone": "string",
"zipcode": "string"
}
Property Of
UserInfoDto
Returned By
Get Loggedin User