---
title: "Update a person"
method: PATCH
path: "/v2/org/{orgId}/person/{personId}"
tags: ["person"]
---

# Update a person

`PATCH /v2/org/{orgId}/person/{personId}`

## Path parameters

- `orgId` string, required
- `personId` string, required

## Query parameters

- `scenarioId` string
- `date` string, date

## Request body

- object

## Response `204`

no content

## Other responses

- `400` — bad request
- `401` — not authorized
- `404` — not found

---

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