---
title: "POST /PatientGroups/{id}/members"
method: POST
path: "/PatientGroups/{id}/members"
tags: ["PatientGroups"]
---

# POST /PatientGroups/{id}/members

`POST /PatientGroups/{id}/members`

## Path parameters

- `id` string, required

## Request body

- CreatePatientGroupMemberDto
  - `tagOrIdentifier` string, nullable
  - `displayName` string, nullable
  - `sex` string, nullable
  - `colorMarkings` string, nullable
  - `dateOfBirth` string, date-time, nullable
  - `notes` string, nullable
  - `isException` boolean

## Response `200`

OK

- PatientGroupMemberDto
  - `id` string
  - `patientId` string, nullable
  - `patientName` string, nullable
  - `tagOrIdentifier` string, nullable
  - `displayName` string, nullable
  - `sex` string, nullable
  - `colorMarkings` string, nullable
  - `dateOfBirth` string, date-time, nullable
  - `notes` string, nullable
  - `isException` boolean
  - `isActive` boolean

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/e7d381a5453b/schema)
