---
title: "Retrieve person face information. The persisted person face is specified by its personId and persistedFaceId."
method: GET
path: "/persons/{personId}/recognitionModels/{recognitionModel}/persistedFaces"
tags: ["PersonDirectory"]
---

# Retrieve person face information. The persisted person face is specified by its personId and persistedFaceId.

`GET /persons/{personId}/recognitionModels/{recognitionModel}/persistedFaces`

## Path parameters

- `personId` string, uuid, required
- `recognitionModel` string, required

## Response `200`

Success

- PersonResponse
  - `personId` string, uuid
  - `persistedFaceIds` string[]
  - `name` string
  - `userData` string

## Other responses

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

## Changes

- **2026-07-13** `8a19b734b92a` — 1 info
  - endpoint added
- **2017-12-28** `e67414f9aeba` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/azure/apis/cognitiveservices-face/changes/persons/:personId/recognitionModels/:recognitionModel/persistedFaces/get.md)

---

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