# CommGroupRecord

Model ID: `CommGroupRecord`

A CareConnect messaging group.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `callEnabled` | `boolean` | Yes |  |  |  | No | Whether group calling is enabled for this group. |
| `createdAt` | `string` | Yes | date-time |  |  | No | Creation timestamp. |
| `createdBy` | `string|null` | Yes |  |  |  | Yes | Id of the participant who created the group, when known. |
| `description` | `string|null` | Yes |  |  |  | Yes | Group description, when set. |
| `groupKind` | [`GroupKind`](./GroupKind.md) | Yes |  |  |  | No | Group category/kind. |
| `id` | `string` | Yes |  |  |  | No | Stable group identifier, client-generated on create. |
| `memberIds` | `array` | Yes |  |  |  | No | Ids of the group's members. |
| `name` | `string` | Yes |  |  |  | No | Group display name. |
| `updatedAt` | `string` | Yes | date-time |  |  | No | Most recent update timestamp. |

## Example

None declared in canonical OpenAPI.
