---
title: "Update phone number business profile"
method: PATCH
path: "/v2/whatsapp/phone_numbers/{phone_number}/profile"
tags: ["Whatsapp Phone Numbers"]
---

# Update phone number business profile

`PATCH /v2/whatsapp/phone_numbers/{phone_number}/profile`

## Path parameters

- `phone_number` string, required

## Request body

- WhatsappUpdateProfileRequest
  - `display_name` string
  - `about` string
  - `description` string
  - `category` string
  - `email` string
  - `website` string
  - `address` string
  - `profile_id` string, uuid — Messaging profile ID for inbound messages

## Response `200`

Successful response with Whatsapp profile

- object
  - `data` WhatsappProfileData
    - `id` string
    - `record_type` string
    - `phone_number_id` string — Whatsapp phone number ID
    - `display_name` string
    - `profile_photo_url` string
    - `category` string
    - `about` string
    - `description` string
    - `email` string
    - `website` string
    - `address` string
    - `profile_id` string
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `4XX` — Unexpected error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
