---
title: "Create Person"
method: POST
path: "/v1/attio/people"
tags: ["attio"]
---

# Create Person

`POST /v1/attio/people`

Create a person in Attio.

## Query parameters

- `workspace_id` string, uuid, required

## Request body

- AppApiAttioPersonInput
  - `first_name` string, nullable
  - `last_name` string, nullable
  - `email_addresses` string[], nullable
  - `phone_numbers` string[], nullable
  - `job_title` string, nullable

## Response `201`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ontora/apis/ontora-api.md) · [All operations](https://skmtc.dev/ontora/apis/ontora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ontora/ontora-api/revisions/7f57037fd94b/schema)
