---
title: "Bulk-update an identity's nicknames"
method: PATCH
path: "/identities/{identityId}/nicknames"
tags: ["identities"]
---

# Bulk-update an identity's nicknames

`PATCH /identities/{identityId}/nicknames`

__JWT is required for this endpoint with at least one of the following scopes__: i{params.identityId}:w,i:w<br/><br/>__Endpoint name__: updateIdentityNicknames

## Path parameters

- `identityId` integer, required

## Request body

- object
  - `add` object[]
    - `nickname` string
  - `remove` object[]
    - `nickname` string

## Response `204`

No Content

---

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