---
title: "Patch subject"
method: PATCH
path: "/v1/subjects/{id}"
tags: ["Subjects"]
---

# Patch subject

`PATCH /v1/subjects/{id}`

Applies partial updates to a subject record owned by the authenticated application.

## Path parameters

- `id` string, uuid, required

## Request body

- PatchSubjectRequest
  - `displayName` string
  - `email` string
  - `imageUrl` string
  - `metadata` object

## Response `200`

Subject updated

## Other responses

- `400` — Invalid request payload
- `401` — Missing or invalid bearer token
- `404` — Subject not found

---

[API](https://skmtc.net/reflexpay/apis/idaas-identity-as-a-service-api.md) · [All operations](https://skmtc.net/reflexpay/apis/idaas-identity-as-a-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reflexpay/idaas-identity-as-a-service-api/versions/db1f954badfb/schema)
