Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 795 Bytes

UserModel.md

File metadata and controls

16 lines (12 loc) · 795 Bytes

UserModel

Properties

Name Type Description Notes
customer str The id of the customer to which this user belongs
groups list[str] The permissions granted to this user
identifier str The unique identifier of this user, which must be their valid email address
last_successful_login int [optional]
roles list[RoleDTO] [optional]
sso_id str [optional]
user_groups list[UserGroup] The list of user groups the user belongs to

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