| 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 |
This repository was archived by the owner on Jan 16, 2026. It is now read-only.