---
title: "Get profile details"
method: GET
path: "/users/profile"
tags: ["Users"]
---

# Get profile details

`GET /users/profile`

REQUIRED SCOPES <code>['users:read']</code><br>Get profile details

## Response `200`

Successful operation

- ProfileResource — Profile resource representation
  - `id` integer
  - `first_name` string
  - `last_name` string
  - `full_name` string
  - `photo_url` string, url
  - `formatted_number` string
  - `number` string
  - `country` string
  - `country_calling_code` string
  - `email` string, email
  - `timezone` string, nullable

## Other responses

- `401` — Unauthenticated
- `404` — Profile not found

---

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