Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.13 KB

File metadata and controls

19 lines (14 loc) · 1.13 KB

User

Properties

Name Type Description Notes
email kotlin.String The email address of the user.
id kotlin.String The unique identifier of the user.
roles kotlin.collections.List<kotlin.String> The list of roles for this user.
timeZoneCode kotlin.String The tz database name of the time zone of the user. For example, Europe/Amsterdam.
username kotlin.String The username for this user.
links Links [optional]
accountGroups kotlin.collections.List<kotlin.String> The list of account groups associated with this user. [optional]
active kotlin.Boolean Indicates whether this user is active. [optional]
apps kotlin.collections.List<kotlin.String> Set of apps available to this user [optional]
name Name [optional]