---
title: "Retrieve list of person information in person directory."
method: GET
path: "/persons"
tags: ["PersonDirectory"]
---

# Retrieve list of person information in person directory.

`GET /persons`

## Query parameters

- `start` string, uuid
- `top` string

## Response `200`

Success

- EnrollmentResponse[]
  - `personId` string, uuid
  - `name` string
  - `userData` string

## 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/versions/8a19b734b92a/schema)
