| 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 | |
| permissions | list[str] | List of permissions the user group has been granted access to | |
| properties | UserGroupPropertiesDTO | The properties of the user group(name editable, users editable, etc.) | [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] |