Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 811 Bytes

User.md

File metadata and controls

15 lines (11 loc) · 811 Bytes

User

A user object.

Properties

Name Type Description Notes
auth_type UserAuthType
email str The email address of this user.
id str ID of the user.
name str The first and last name of the user.
roles list[UserRoleAssignment] The list of roles that applies to this user. A user may have "organizational" roles, which apply to the user at the organizational level, and "tag-specific" roles, which apply to the user for a given tag.

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