Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.41 KB

CustomerFacingUserObject.md

File metadata and controls

20 lines (16 loc) · 1.41 KB

CustomerFacingUserObject

Properties

Name Type Description Notes
customer str The id of the customer to which the user belongs
escaped_identifier str URL Escaped Identifier [optional]
gravatar_url str URL id For User's gravatar (see gravatar.com), if one exists. [optional]
groups list[str] List of permission groups this user has been granted access to [optional]
id str The unique identifier of this user, which should be their valid email address
identifier str The unique identifier of this user, which should be their valid email address
last_successful_login int The last time the user logged in, in epoch milliseconds [optional]
_self bool Whether this user is the one calling the API
united_permissions list[str] The list of account's permissions assigned directly or through united roles assigned to it [optional]
united_roles list[str] The list of account's roles assigned directly or through user groups assigned to it [optional]
user_groups list[str] List of user group identifiers this user belongs to [optional]

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