[{"label":"Latest (v1.0)","version":"latest"}]
csp
BaseUserDto
Defines the base properties of the user.
Properties
boolean
accessible
Optional
User is inaccessible if it will not be able to login with it’s VMware ID credentials. Since the user is federated and will be redirected to it’s Identity Provider.
string
acct
Optional
The identifier of the user, configured to log in to the Identity provider.
string
domain
Optional
The identity provider (IdP) domain of the user. The value will be ‘vmwareid’ in case the user is VMware ID user.
string
email
Optional
The email address of the user.
string
firstName
Optional
The first name of the user.
string
idpId
Optional
The user’s Identity Provider Identifier.
string
lastName
Optional
The last name of the user.
string
userId
Optional
The unique identifier of the user, on behalf of which the token was issued.
string
username
Optional
Deprecated. The user’s username (email address).
JSON Example
{
"accessible": false,
"acct": "string",
"domain": "string",
"email": "string",
"firstName": "string",
"idpId": "string",
"lastName": "string",
"userId": "string",
"username": "string"
}