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

# PATCH /PatientGroups/{id}/members/{memberId}

`PATCH /PatientGroups/{id}/members/{memberId}`

## Path parameters

- `id` string, required
- `memberId` string, required

## Request body

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

## 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/versions/a905bde4e796/schema)
