---
title: "Create a new person in a specified Large Person Group. To add face to this person, please call \"Add Large Person Group Person Face\"."
method: POST
path: "/largepersongroups/{largePersonGroupId}/persons"
---

# Create a new person in a specified Large Person Group. To add face to this person, please call "Add Large Person Group Person Face".

`POST /largepersongroups/{largePersonGroupId}/persons`

> [!NOTE]
>
> *
>   * Free-tier subscription quota:
>     * 1,000 persons in all Large Person Groups.
>   * S0-tier subscription quota:
>     * 1,000,000 persons per Large Person Group.
>     * 1,000,000 Large Person Groups.
>     * 1,000,000,000 persons in all Large Person Groups.

## Path parameters

- `largePersonGroupId` string, required

## Request body

- UserDefinedFields — User defined fields for object creation.
  - `name` string, required — User defined name, maximum length is 128.
  - `userData` string — Optional user defined data. Length should not exceed 16K.

## Response `200`

A successful call returns a new personId created.

- CreatePersonResult — Response of create person.
  - `personId` string, uuid, required — Universally Unique Identifier

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