---
title: "Search for persons"
method: GET
path: "/v5/persons"
tags: ["Persons"]
---

# Search for persons

`GET /v5/persons`

Searches for persons by identity key value or client-defined person keys (supply in `name:value` format, e.g. `partner_conversion_id:abc123`). Returns an array because the same key may resolve to multiple Extole profiles. Supply at least one search criterion via query parameters.

## Query parameters

- `identity_key_value` string
- `person_keys` string[]
- `limit` integer
- `offset` integer

## Response `200`

Successful response

- PersonResponse[]
  - `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` — Forbidden
- `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)
