---
title: "Create Display Method"
method: POST
path: "/v2/identities/{identifier}/display-method"
tags: ["Display Methods"]
---

# Create Display Method

`POST /v2/identities/{identifier}/display-method`

Create a display method for the provided identity.

## Path parameters

- `identifier` string, required

## Request body

- CreateDisplayMethodRequest
  - `name` string, required
  - `url` string, required
  - `type` string — Display method type (Iden3BasicDisplayMethodV1 is default value)

## Response `201`

Display Method Created

- UUIDResponse
  - `id` string, required

## Other responses

- `400` — Bad Request
- `500` — Internal Server error

## Changes

- **2024-12-18** `fe16b051b34c` — 1 info
  - endpoint added
- **2024-12-18** `c211b9b15a5d` — 1 breaking
  - api path removed without deprecation
- **2024-12-17** `96ff718e8ae9` — 1 info
  - endpoint added
- **2024-12-02** `a71b9e9bd838` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/0xpolygonid/apis/privado-id-issuer/changes/v2/identities/:identifier/display-method/post.md)

---

[API](https://skmtc.dev/0xpolygonid/apis/privado-id-issuer.md) · [All operations](https://skmtc.dev/0xpolygonid/apis/privado-id-issuer/llms.txt) · [OpenAPI document](https://skmtc.dev/0xpolygonid/apis/privado-id-issuer/revisions/68efa0ba742d?raw)
