# PresenceRecord

Model ID: `PresenceRecord`

A participant's CareConnect presence record, keyed by `contactId`.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `contactId` | `string` | Yes |  |  |  | No | Contact/participant id this presence record describes. |
| `id` | `string` | Yes |  |  |  | No | Stable record identifier. |
| `lastActiveAt` | `string` | Yes | date-time |  |  | No | Timestamp of the contact's last recorded activity. |
| `presence` | [`PresenceStatus`](./PresenceStatus.md) | Yes |  |  |  | No | Current presence status. |

## Example

None declared in canonical OpenAPI.
