---
title: "GET /persongroups/{personGroupId}/persons/{personId}"
method: GET
path: "/persongroups/{personGroupId}/persons/{personId}"
---

# GET /persongroups/{personGroupId}/persons/{personId}

`GET /persongroups/{personGroupId}/persons/{personId}`

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

## Path parameters

- `personGroupId` string, required
- `personId` string, uuid, required

## Response `200`

A successful call returns the person's information.

- PersonGroupPerson — The person in a specified person group. To add face to this person, please call "Add Large Person Group Person Face".
  - `personId` string, uuid, required — Universally Unique Identifier
  - `name` string, required — User defined name, maximum length is 128.
  - `userData` string — Optional user defined data. Length should not exceed 16K.
  - `persistedFaceIds` AzureCoreUuid[] — Face ids of registered faces in the person.

## Other responses

- `default` — An unexpected error response.

---

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