---
title: "Update a subject (Subject identifier)"
method: PUT
path: "/api/study/{studyId}/subject/subjectIdentifier"
tags: ["Subjects"]
---

# Update a subject (Subject identifier)

`PUT /api/study/{studyId}/subject/subjectIdentifier`

## Path parameters

- `studyId` string, uuid, required — Global study ID or external ID

## Request body

- UpdateCustomSubjectRequest
  - `groupId` string, uuid, nullable
  - `isUpdateUncollected` boolean
  - `siteId` string, uuid, nullable
  - `subjectStatusId` string, uuid, nullable
  - `subjectId` string, uuid
  - `subjectIdentifier` string, nullable

## Response `204`

Success

---

[API](https://skmtc.net/medrio/apis/medrio-openapi-v-42-14-0-201.md) · [All operations](https://skmtc.net/medrio/apis/medrio-openapi-v-42-14-0-201/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/medrio/medrio-openapi-v-42-14-0-201/versions/df94f6005a8d/schema)
