---
title: "Update Identity"
method: PATCH
path: "/v2/identities/{identifier}"
tags: ["Identity"]
---

# Update Identity

`PATCH /v2/identities/{identifier}`

Endpoint to update the identity.
The displayName field is used to identify the identity in the UI.

## Path parameters

- `identifier` string, required

## Request body

- object
  - `displayName` string, required

## Response `200`

Identity updated

- GenericMessage
  - `message` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Permission Denied
- `500` — Internal Server error

---

[API](https://skmtc.net/0xpolygonid/apis/privado-id-issuer.md) · [All operations](https://skmtc.net/0xpolygonid/apis/privado-id-issuer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/0xpolygonid/privado-id-issuer/versions/8ea65174fe46/schema)
