---
title: "Create Person"
method: PUT
path: "/api/v1/people"
---

# Create Person

`PUT /api/v1/people`

Create a person.

See [Create a Person](https://app.voker.ai/docs/concepts/people#create-a-person-via-sdk) for more information.

## Headers

- `Authorization` string, required

## Request body

- CreatePersonPayload — Create a person. See [Creating a Person](https://app.voker.ai/docs/concepts/people#creating-a-person) for more information.
  - `person_id` string, required
  - `properties` object, nullable

## Response `200`

Successful Response

- Person — Represents a person. See [People](https://app.voker.ai/docs/concepts/people) for more information.
  - `person_id` string, required
  - `properties` object, nullable
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/voker/apis/fastapi.md) · [All operations](https://skmtc.net/voker/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voker/fastapi/versions/d237dc301251/schema)
