Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.03 KB

UpdateUser.md

File metadata and controls

25 lines (13 loc) · 1.03 KB

TalonOne.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 Boolean Indicates whether the user is an `admin`. [optional]
policy String Indicates the access level of the user. [optional]
roles [Number] 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]

Enum: StateEnum

  • deactivated (value: "deactivated")

  • active (value: "active")