---
title: "Update a person"
method: PUT
path: "/v5/persons/{person_id}"
tags: ["Persons"]
---

# Update a person

`PUT /v5/persons/{person_id}`

Updates the identity key value on the specified person profile. Returns `403 person_not_found` if the person does not exist or is not accessible.

## Path parameters

- `person_id` string, required

## Request body

- PersonRequest — Request body for creating or updating a person profile.
  - `identity_key_value` string — Value of the primary identity key for the person. Omit to leave the current value unchanged.

## Response `200`

Updated person profile.

- PersonResponse — Person profile returned by the Extole platform.
  - `id` string, required — Extole-assigned unique identifier for this person.
  - `identity_id` string, required — Identifier within the identity store that represents this person's merged profile.
  - `identity_key` IdentityKey, required — Name of the identity key used to look up or create this person.
    - `name` string
  - `identity_key_value` string, required — Value of the identity key for this person.
  - `locale` PersonLocaleResponse, required
    - `last_browser` string — BCP 47 locale tag last detected from the person's browser. Absent if not yet observed.
    - `user_specified` string — BCP 47 locale tag explicitly set by the person. Absent if not specified.
  - `version` string, required — Optimistic-concurrency version token for the person record.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `403` — Person was not found or is not accessible to the calling client.
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
