BaseUserDto
Defines the base properties of the user.
{
"accessible": false,
"acct": "string",
"domain": "string",
"email": "string",
"firstName": "string",
"idpId": "string",
"lastName": "string",
"userId": "string",
"username": "string"
}
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.
The identifier of the user, configured to log in to the Identity provider.
The identity provider (IdP) domain of the user. The value will be 'vmwareid' in case the user is VMware ID user.
The email address of the user.
The first name of the user.
The user's Identity Provider Identifier.
The last name of the user.
The unique identifier of the user, on behalf of which the token was issued.
Deprecated. The user's username (email address).