---
title: "Request display name change"
method: POST
path: "/v1/whatsapp/business-profile/display-name"
tags: ["WhatsApp"]
---

# Request display name change

`POST /v1/whatsapp/business-profile/display-name`

Submit a display name change request for the WhatsApp Business account.
The new name must follow WhatsApp naming guidelines (3-512 characters, must represent your business).
Changes require Meta review and approval, which typically takes 1-3 business days.

## Request body

- object
  - `accountId` string, required — WhatsApp social account ID
  - `displayName` string, required — New display name (must follow WhatsApp naming guidelines)

## Response `200`

Display name change submitted for review

- object
  - `success` boolean
  - `message` string
  - `displayName` object
    - `name` string
    - `status` 'PENDING_REVIEW'

## Other responses

- `400` — Invalid display name (too short, too long, or missing)
- `401` — Unauthorized
- `404` — WhatsApp account not found

---

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