---
title: "PUT /mr-api/person/{id}/v2"
method: PUT
path: "/mr-api/person/{id}/v2"
tags: ["PersonService"]
---

# PUT /mr-api/person/{id}/v2

`PUT /mr-api/person/{id}/v2`

Update a person

## Request body

- UpdatePerson
  - `name` string, nullable
  - `email` string, email, nullable
  - `version` integer, required — This keeps track of which person version we are updating in case the user tries to update an old record
  - `groups` string[], nullable
  - `unarchive` boolean, nullable

## Response `204`

Resulting person

## Other responses

- `400` — Bad Request
- `401` — no permission
- `403` — forbidden to update that person
- `404` — person not found
- `422` — attempting to update old person record

## Changes

- **2026-07-17** `faed5fd616c3` — 1 info
  - endpoint added
- **2023-09-24** `b06e5f293bda` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/featurehub-io/apis/managementresourceapi/changes/mr-api/person/:id/v2/put.md)

---

[API](https://skmtc.dev/featurehub-io/apis/managementresourceapi.md) · [All operations](https://skmtc.dev/featurehub-io/apis/managementresourceapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/featurehub-io/managementresourceapi/revisions/faed5fd616c3/schema)
