A Group Object contains the following fields:
| Attribute | Type | Description |
|---|---|---|
| Key | Integer | The Slemma defined ID representing the group |
| Name | String | Group name |
| CreatedAt | TimeStamp | The group creation time |
| UsersCount | String | The number of users in this group |
| Creator | Integer | The ID of the user, who cerated a group |
| Type | String | The type of the group. Determines if this group is created for grouping clients or users. Possible values are listed here |
| TeamAttributes | Array of Objects | A unique identifier for the team attribute. |
| Key | Integer | A unique identifier for the team attribute. |
| Name | String | The name of the attribute. |
| Value | String | A value for the team attribute. |
| MaxNumberOfMembers | Integer | Maximum number of users/clients allowed for the group. This value can only be changed by the (Owner)[doc:role] (Administrator)[doc:role] of the team. The default value '10'. |
| Enabled | Boolean | Default is True. |
| SecondsLevel | Boolean | Default is False. |
