Name | Type | Description | Notes |
---|---|---|---|
name | string | Name of the user. | [optional] |
state | string | The state of the user. - `deactivated`: The user has been deactivated. - `active`: The user is active. Note: Only `admin` users can update the state of another user. | [optional] |
isAdmin | bool | Indicates whether the user is an `admin`. | [optional] |
policy | string | Indicates the access level of the user. | [optional] |
roles | int[] | A list of the IDs of the roles assigned to the user. Note: To find the ID of a role, use the List roles endpoint. | [optional] |
applicationNotificationSubscriptions | object | Application notifications that the user is subscribed to. | [optional] |