Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.75 KB

User.md

File metadata and controls

27 lines (22 loc) · 1.75 KB

User

Properties

Name Type Description Notes
id int Internal ID of this entity.
created datetime The time this entity was created.
modified datetime The time this entity was last modified.
email str The email address associated with the user profile.
account_id int The ID of the account that owns this entity.
name str Name of the user.
state str State of the user.
invite_token str Invitation token of the user. Note: If the user has already accepted their invitation, this is `null`.
is_admin bool Indicates whether the user is an `admin`. [optional]
policy object Access level of the user.
roles list[int] A list of the IDs of the roles assigned to the user. [optional]
auth_method str Authentication method for this user. [optional]
application_notification_subscriptions object Application notifications that the user is subscribed to. [optional]
last_signed_in datetime Timestamp when the user last signed in to Talon.One. [optional]
last_accessed datetime Timestamp of the user's last activity after signing in to Talon.One. [optional]
latest_feed_timestamp datetime Timestamp when the user was notified for feed. [optional]
additional_attributes object Additional user attributes, created and used by external identity providers. [optional]

[Back to Model list] [Back to API list] [Back to README]