InlineUser1
Defines the properties of User object.
Properties
True if accessible or not.
The address of the user.
The city of the user.
The company of the user.
The country of the user.
Created by user ID information.
The domain of the user.
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 unique identifier of the user
The user’s Identity provider (IdP) ID.
The internal id of the user.
The last name of the user.
The password. Combination of characters, numbers and special symbols that is hard to guess.
The state of the user.
The trade ID of the user.
The id of the user who updated.
The username of the user.
The web site of the user.
The work phone number of the user.
The ZIP code of the user.
JSON Example
{
"accessible": false,
"address": "string",
"city": "string",
"company": "string",
"country": "string",
"createdByUserId": "string",
"domain": "string",
"email": "string",
"emailVerified": "string",
"eulaInfo": "string",
"firstName": "string",
"id": "string",
"idpId": "string",
"internalId": "string",
"lastName": "string",
"password": "string",
"state": "string",
"tradeId": "string",
"updatedByUserId": "string",
"username": "string",
"website": "string",
"workPhone": "string",
"zipcode": "string"
}