---
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

---

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