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