---
title: "Persona Update"
method: PATCH
path: "/personas/{persona_id}"
tags: ["personas"]
---

# Persona Update

`PATCH /personas/{persona_id}`

## Path parameters

- `persona_id` string, required

## Headers

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

## Request body

- PersonaUpdateRequest
  - `name` string, required

## 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)
  - `name` string, nullable

## 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/07af155aa3ff/schema)
