# IamUserGroup
## Properties
**created_at** | Option<**String**> | Date and time in ISO 8601 format. | [readonly]
**updated_at** | Option<**String**> | Date and time in ISO 8601 format. | [readonly]
**id** | Option<**String**> | Alphanumeric string identifying the user group. |
**name** | Option<**String**> | Name of the user group. |
**description** | Option<**String**> | Description of the user group. |
**invitations_count** | Option<**i32**> | Number of invitations added to the user group. |
**users_count** | Option<**i32**> | Number of users added to the user group. |
**roles_count** | Option<**i32**> | Number of roles added to the user group. |
[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)