---
title: "Update user info"
method: PATCH
path: "/users/profile"
tags: ["Users"]
---

# Update user info

`PATCH /users/profile`

This method is responsible for changing the details of your WhatsApp profile

## Request body

- UserProfileUpdate
  - `name` string — Update user name. Not works on WhatsApp Business.
  - `about` string — Update user info in About section.
  - `icon` string — Update user icon in base64/url.

## Response `200`

OK

- ResponseSuccess
  - `success` boolean

## Other responses

- `500` — Internal Error

---

[API](https://skmtc.dev/whapi/apis/whatsapp-api.md) · [All operations](https://skmtc.dev/whapi/apis/whatsapp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/whapi/whatsapp-api/revisions/40ab05abffdb/schema)
