Request parameters
| Parameter Name | Description | Required |
| account | List resources by Account. Must be used with the domainId parameter. | false |
| accounttype | List users by account type. Valid types include admin, domain-admin, read-only-admin, or user. | false |
| apikeyaccess | List users by the Api key access value | false |
| domainid | List only resources belonging to the domain specified | false |
| id | List user by ID. | false |
| isrecursive | Defaults to false, but if true, lists all resources from the parent specified by the domainId till leaves. | false |
| keyword | List by keyword | false |
| listall | If set to false, list only resources belonging to the command's caller; if set to true - list resources that the caller is authorized to see. Default value is false. Resources dedicated to a project are listed only if using the projectid parameter. | false |
| page | false | |
| pagesize | false | |
| showicon | Flag to display the resource icon for users | false |
| state | List users by state of the user account. | false |
| username | List user by the username | false |
| usersource | List users by their authentication source. Valid values are: native, ldap, saml2 and saml2disabled. | false |
Response Tags
| Response Name | Description |
| id | The user ID |
| account | The Account name of the user |
| accountid | The Account ID of the user |
| accounttype | The Account type of the user |
| apikey | The API key of the user |
| apikeyaccess | Whether api key access is Enabled, Disabled or set to Inherit (it inherits the value from the parent) |
| created | The date and time the user Account was created |
| domain | The domain name of the user |
| domainid | The domain ID of the user |
| The user email address | |
| firstname | The user firstname |
| icon | Base64 string representation of the resource icon |
| is2faenabled | True if user has two factor authentication enabled |
| is2famandated | True if user has two factor authentication is mandated |
| iscallerchilddomain | The boolean value representing if the updating target is in caller's child domain |
| isdefault | True if user is default, false otherwise |
| lastname | The user lastname |
| roleid | The ID of the role |
| rolename | The name of the role |
| roletype | The type of the role |
| secretkey | The secret key of the user |
| state | The user state |
| timezone | The timezone user was created in |
| username | The user name |
| usersource | The source type of the user in lowercase, such as native, ldap, saml2 |