Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.72 KB

User.md

File metadata and controls

38 lines (25 loc) · 1.72 KB

TalonOne.User

Properties

Name Type Description Notes
id Number Internal ID of this entity.
created Date The time this entity was created.
modified Date The time this entity was last modified.
email String The email address associated with the user profile.
accountId Number The ID of the account that owns this entity.
name String Name of the user.
state String State of the user.
inviteToken String Invitation token of the user. Note: If the user has already accepted their invitation, this is `null`.
isAdmin Boolean Indicates whether the user is an `admin`. [optional]
policy Object Access level of the user.
roles [Number] A list of the IDs of the roles assigned to the user. [optional]
authMethod String Authentication method for this user. [optional]
applicationNotificationSubscriptions Object Application notifications that the user is subscribed to. [optional]
lastSignedIn Date Timestamp when the user last signed in to Talon.One. [optional]
lastAccessed Date Timestamp of the user's last activity after signing in to Talon.One. [optional]
latestFeedTimestamp Date Timestamp when the user was notified for feed. [optional]
additionalAttributes Object Additional user attributes, created and used by external identity providers. [optional]

Enum: StateEnum

  • invited (value: "invited")

  • active (value: "active")

  • deactivated (value: "deactivated")