| 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. | |
| 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] |
| Name | Value |
|---|---|
| INVITED | "invited" |
| ACTIVE | "active" |
| DEACTIVATED | "deactivated" |