Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.39 KB

File metadata and controls

36 lines (24 loc) · 1.39 KB

User

Properties

Name Type Description Notes
id Integer Internal ID of this entity.
created OffsetDateTime The time this entity was created.
modified OffsetDateTime The time this entity was last modified.
email String The email address associated with your account.
accountId Integer The ID of the account that owns this entity.
inviteToken String Invite token, empty if the user as already accepted their invite.
state StateEnum Current user state.
name String Full name
policy Object User ACL Policy
latestFeedTimestamp OffsetDateTime Latest timestamp the user has been notified for feed. [optional]
roles List<Integer> Contains a list of all roles the user is a member of. [optional]
applicationNotificationSubscriptions Object [optional]
authMethod String The Authentication method for this user. [optional]
isAdmin Boolean An indication of whether the user has admin permissions. [optional]

Enum: StateEnum

Name Value
INVITED "invited"
ACTIVE "active"
DEACTIVATED "deactivated"