# CommsListInvitesResponse

Model ID: `CommsListInvitesResponse`

Response for GET /communications/invites.

Type: `object`

## Fields

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

## Example

None declared in canonical OpenAPI.
