---
title: "Persona Create"
method: POST
path: "/personas/create"
tags: ["personas"]
---

# Persona Create

`POST /personas/create`

## Headers

- `x-notte-request-origin` string, nullable
- `x-notte-sdk-version` string, nullable

## Request body

- PersonaCreateRequest
  - `create_vault` boolean — Whether to create a vault for the persona
  - `create_phone_number` boolean — Whether to create a phone number for the persona

## Response `200`

Successful Response

- PersonaResponse
  - `persona_id` string, required — ID of the created persona
  - `status` string, required — Status of the persona (active, closed)
  - `first_name` string, required — First name of the persona
  - `last_name` string, required — Last name of the persona
  - `email` string, required — Email of the persona
  - `vault_id` string, nullable, required — ID of the vault
  - `phone_number` string, nullable, required — Phone number of the persona (optional)

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/notte/apis/notte-api.md) · [All operations](https://skmtc.net/notte/apis/notte-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/notte/notte-api/revisions/246f6d21de0c/schema)
