# CommsListGroupsResponse

Model ID: `CommsListGroupsResponse`

Response for GET /communications/groups.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `groups` | array of [`CommGroupRecord`](./CommGroupRecord.md) | Yes |  |  |  | No | Groups for the caller's tenant. |
| `total` | `integer` | Yes |  |  |  | No | Number of groups in this response. |

## Example

None declared in canonical OpenAPI.
