---
title: "Retrieve a person's name and userData, and the persisted faceIds representing the registered person face feature(s)."
method: GET
path: "/persons/{personId}"
tags: ["PersonDirectory"]
---

# Retrieve a person's name and userData, and the persisted faceIds representing the registered person face feature(s).

`GET /persons/{personId}`

## Path parameters

- `personId` string, uuid, required

## Response `200`

Success

- EnrolledPerson
  - `personId` string, uuid — Person id.
  - `name` string — User defined name, maximum length is 128.
  - `userData` string — User specified data. Length should not exceed 16KB.

## Other responses

- `default` — Response entity accompanying non-successful responses containing additional details about the error.

---

[API](https://skmtc.net/azure/apis/cognitiveservices-face.md) · [All operations](https://skmtc.net/azure/apis/cognitiveservices-face/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/cognitiveservices-face/revisions/8a19b734b92a/schema)
