Property
|
Description
|
Valid Values
|
"id"
|
The ID of the user account.
|
The ID is auto-generated when the user account is created and cannot be changed.
|
"userName"
|
The name of the user account.
|
The maximum length is 128 characters.
|
"tenantId"
|
The ID of the tenant to which the user belongs.
|
A valid tenant ID.
|
"tenantName"
|
The name of the tenant to which the user belongs.
Note: Included when the details query parameter is set to true (?details=true).
|
A string that specifies the name of the tenant.
|
"statusInfo"
|
The status of the user account defined by the status property and additional properties associated with an account lockout policy.
|
See statusInfo Object for details.
|
"passwordInfo"
|
Password information associated with the user account defined by the password, passwordStatus, and passwordExpiration properties.
|
See passwordInfo Object for details.
|
"permissions"
|
Permissions associated with the user account in terms of the role(s) and permissions set explicitly on the account. User account permissions are the sum of the permissions on associated role(s) and permissions set explicitly on the account. Roles must belong to the tenant in which the user is being created.
|
See permissions Object for details.
|