Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 897 Bytes

File metadata and controls

26 lines (15 loc) · 897 Bytes

UpdateUser

Properties

Name Type Description Notes
name String The user name. [optional]
policy String The `Access Control List` json defining the role of the user. This represents the access control on the user level. [optional]
state StateEnum New state ("deactivated" or "active") for the user. Only usable by admins for the user. [optional]
roles List<Integer> List of roles to assign to the user. [optional]
applicationNotificationSubscriptions Object [optional]
isAdmin Boolean An indication of whether the user has admin permissions. [optional]

Enum: StateEnum

Name Value
DEACTIVATED "deactivated"
ACTIVE "active"