# CommsListPresenceResponse

Model ID: `CommsListPresenceResponse`

Response for GET /communications/presence.

Type: `object`

## Fields

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

## Example

None declared in canonical OpenAPI.
