A user object.
Name | Type | Description | Notes |
---|---|---|---|
auth_type | UserAuthType | ||
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. |