Parameter
|
Description
|
Valid Values
|
"authUserName"
|
The name of the authentication user.
|
A string where the string specifies a user name persisted by the authentication service. The maximum length is 128 characters.
|
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.
|
"authUserName"
|
The name of the authentication user
|
A string where the string specifies a user name persisted by the authentication service. The maximum length is 128 characters.
|
"authServiceIds"
|
A list of authentication services which the authentication user can authenticate against
|
A comma separated list of authentication service IDs.
See authenticationInfo Object for details.
|
"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.
|
"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.
|