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

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

`POST /persongroups/{personGroupId}/persons`

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

## Path parameters

- `personGroupId` 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/versions/e9a68c525be6/schema)
