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

# GET /persongroups/{personGroupId}/persons

`GET /persongroups/{personGroupId}/persons`

List all persons in a person group, and retrieve person information (including personId, name, userData and persistedFaceIds of registered faces of the person).

## Path parameters

- `personGroupId` string, required

## Query parameters

- `start` string
- `top` integer

## Response `200`

A successful call returns an array of person information that belong to the person group.

- Person[] — An array of Persons.
  - `name` string — User defined name, maximum length is 128.
  - `userData` string — User specified data. Length should not exceed 16KB.

## Other responses

- `default` — Error response.

---

[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)
