---
title: "Create a new alias."
method: POST
path: "/identity/persona"
tags: ["identity"]
---

# Create a new alias.

`POST /identity/persona`

## Request body

- IdentityPersonaRequest
  - `entity_id` string — Entity ID to which this persona belongs to
  - `id` string — ID of the persona
  - `metadata` object — Metadata to be associated with the persona. In CLI, this parameter can be repeated multiple times, and it all gets merged together. For example: vault <command> <path> metadata=key1=value1 metadata=key2=value2
  - `mount_accessor` string — Mount accessor to which this persona belongs to
  - `name` string — Name of the persona

## Response `200`

OK

---

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