UserDto
Definition of an user with account and personal information.
{
"eulaInfo": "string",
"tnc": false,
"customerNumber": "string",
"userProfile": {
"isFederated": false,
"linkedUserIdAccount": "string",
"alternativeEmail": "string",
"language": "string",
"locale": "string",
"defaultOrgId": "string",
"customerNumber": "string"
},
"userId": "string",
"refLink": "string",
"country": "string",
"state": "string",
"email": "string",
"city": "string",
"firstName": "string",
"acct": "string",
"lastName": "string",
"address": "string",
"password": "string",
"stateName": "string",
"stateCode": "string",
"username": "string",
"countryName": "string",
"countryCode": "string",
"zipcode": "string",
"tradeId": "string",
"company": "string",
"workPhone": "string",
"website": "string",
"emailVerified": false
}
The end-user license agreement information.
Terms and conditions.
The customer number.
Define user profile with default organization, locale and language.
The unique identifier of the user, on behalf of which the token was issued.
The reference link to the user profile.
The country.
The user's state.
The email address of the user.
The city.
The first name of the user.
The identifier of the user, configured to log in to the Identity provider.
The last name of the user.
The address.
The password. Combination of characters, numbers and special symbols that is hard to guess.
The user's state name.
The user's state code.
The username of the user.
The country name.
The country code.
The ZIP code.
The trade ID.
The company.
The work phone number.
The web site.
True if the user's e-mail address has been verified.