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

# Get a person

`GET /v5/persons/{person_id}`

Returns the person profile for the specified `person_id`. The response includes the person's current identity key and value, locale settings, and version. Returns `403 person_not_found` if the person does not exist or is not accessible.

## Path parameters

- `person_id` string, required

## Response `200`

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)
