Get User
DescriptionGet a specified user by id.
Request
URLURL
Path Parameters
Path Parameters
userUrn
Authentication
Response
Response BodyResponse Body
200 OK
{
"deployedVmQuota": 0,
"description": "string",
"email": "string",
"enabled": false,
"fullName": "string",
"id": "string",
"isGroupRole": false,
"nameInSource": "string",
"orgEntityRef": {
"id": "string",
"name": "string"
},
"password": "string",
"providerType": "string",
"roleEntityRefs": [
{
"id": "string",
"name": "string"
}
],
"storedVmQuota": 0,
"username": "string"
}
Immutable user name of the user.
The role(s) of the user. If isGroupRole is true, this user inherits their role(s) from group membership(s)
Name of the user in its source.
Enabled state of the user. Defaults to true.
Full name (display name) of the user.
Unique id for the user.
Determines if this user’s role is inherited from a group. Defaults to false.
A user’s email address. Based on org email preferences, notifications can be sent to the user via email.
Password for the user. Must be null for external users.
Provider type of the user. It is immutable and must be one of: LOCAL, LDAP, SAML, OAUTH.
Description of the user.
The stored VM quota for this user. Defaults to 0 which means unlimited. This property is deprecated in 35.0. Use user quotas API.
The deployed VM quota for this user. Defaults to 0 which means unlimited. This property is deprecated in 35.0. Use user quotas API.