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