---
title: "User info"
method: GET
path: "/users/profile"
tags: ["Users"]
---

# User info

`GET /users/profile`

The method allows you to get information about your WhatsApp profile

## Response `200`

OK

- UserProfile
  - `name` string — Profile/account name for your own profile, or the name saved in the local address book for other contacts.
  - `push_name` string — Profile name set by the user, when it is already known from local WhatsApp state.
  - `verified_name` string — Verified business profile name, when it is already known from local WhatsApp state.
  - `about` string — User info in About section.
  - `icon` string — Profile preview icon url.
  - `icon_full` string — Profile avatar url.

## 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)
