[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator

InlineUser1

Defines the properties of User object.


Properties

boolean
accessible Optional

True if accessible or not.


string
address Optional

The address of the user.


string
city Optional

The city of the user.


string
company Optional

The company of the user.


string
country Optional

The country of the user.


string
createdByUserId Optional

Created by user ID information.


string
domain Optional

The domain of the user.


string
email Optional

The email address of the user.


string
emailVerified Optional

True if the user’s e-mail address has been verified.


string
eulaInfo Optional

The end-user license agreement information.


string
firstName Optional

The first name of the user.


string
id Optional

The unique identifier of the user


string
idpId Optional

The user’s Identity provider (IdP) ID.


string
internalId Optional

The internal id of the user.


string
lastName Optional

The last name of the user.


string
password Optional

The password. Combination of characters, numbers and special symbols that is hard to guess.


string
state Optional

The state of the user.


string
tradeId Optional

The trade ID of the user.


string
updatedByUserId Optional

The id of the user who updated.


string
username Optional

The username of the user.


string
website Optional

The web site of the user.


string
workPhone Optional

The work phone number of the user.


string
zipcode Optional

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"
}
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Used By

User

Feedback

Was this page helpful?