UserDto
Definition of an user with account and personal information.
{
"acct": "string",
"address": "string",
"city": "string",
"company": "string",
"country": "string",
"countryCode": "string",
"countryName": "string",
"customerNumber": "string",
"email": "string",
"emailVerified": false,
"eulaInfo": "string",
"firstName": "string",
"lastName": "string",
"password": "string",
"refLink": "string",
"state": "string",
"stateCode": "string",
"stateName": "string",
"tnc": false,
"tradeId": "string",
"userId": "string",
"userProfile": {
"alternativeEmail": "string",
"customerNumber": "string",
"defaultOrgId": "string",
"isFederated": false,
"language": "string",
"linkedUserIdAccount": "string",
"locale": "string"
},
"username": "string",
"website": "string",
"workPhone": "string",
"zipcode": "string"
}
The identifier of the user, configured to log in to the Identity provider.
The address.
The city.
The company.
The country.
The country code.
The country name.
The customer number.
The email address of the user.
True if the user's e-mail address has been verified.
The end-user license agreement information.
The first name of the user.
The last name of the user.
The password. Combination of characters, numbers and special symbols that is hard to guess.
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 username of the user.
The web site.
The work phone number.
The ZIP code.