Parameter
|
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.
|
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.
|
1 | x
1 is the ID for the system tenant.
x is the ID for a tenant created by an administrator. The ID is auto-generated when the tenant is created and cannot be changed.
|
"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.
|
See permissions Object for details.
|
"authenticationInfo"
|
Authentication information associated with the user account as defined by the authUserName and authServiceId properties. The authenticationInfo object does not need to be included in a request payload when the default internal authentication service is being used. When an external authentication service is being used, authenticationInfo must be included in the request payload. If authenticationInfo is not passed, a default authenticationInfo object is created where the userName of the account object is used as the authUserName and the authServiceId specifies the ID of the internal authentication service (1).
|
See authenticationInfo Object for details.
|
"tenantsAdministered"
|
The ID or IDs of the tenants that the user administers.
Note: Included when the details query parameter is set to true (?details=true).
|
A valid tenant ID or comma-separated list of valid tenant IDs.
|