# Fastly::IamUserGroup ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **created_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] | | **updated_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] | | **id** | **String** | Alphanumeric string identifying the user group. | [optional] | | **name** | **String** | Name of the user group. | [optional] | | **description** | **String** | Description of the user group. | [optional] | | **invitations_count** | **Integer** | Number of invitations added to the user group. | [optional] | | **users_count** | **Integer** | Number of users added to the user group. | [optional] | | **roles_count** | **Integer** | Number of roles added to the user group. | [optional] | [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)