| Name | Type | Description | Notes |
|---|---|---|---|
| created_epoch_millis | int | [optional] | |
| customer | str | The id of the customer to which the user group belongs | [optional] |
| description | str | The description of the user group | [optional] |
| id | str | The unique identifier of the user group | [optional] |
| name | str | The name of the user group | |
| properties | UserGroupPropertiesDTO | The properties of the user group(name editable, users editable, etc.) | [optional] |
| role_count | int | Total number of roles that are linked the the user group | [optional] |
| roles | list[RoleDTO] | List of roles that are linked to the user group. | [optional] |
| user_count | int | Total number of users that are members of the user group | [optional] |
| users | list[str] | List(may be incomplete) of users that are members of the user group. | [optional] |
This repository was archived by the owner on Jan 16, 2026. It is now read-only.