Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.1 KB

UpdateUser.md

File metadata and controls

14 lines (11 loc) · 1.1 KB

TalonOne.Model.UpdateUser

Properties

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 List<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]

[Back to Model list] [Back to API list] [Back to README]