---
title: "Get current user"
method: GET
path: "/users/me"
tags: ["Users"]
---

# Get current user

`GET /users/me`

REQUIRED SCOPES <code>['users:read']</code><br>Returns information about the user who is currently authenticated in the system and wants to view the data about their account. <br><br>In the case of a client-side authenticated OAuth application, this will be the user who authorized the application. <br><br>After sending the request, the current user can view thier: <ul><li>First name</li> <li>Last name</li> <li>Email</li> <li>Business hour</li> <li>Configs</li> <li>Number, etc.</li></ul>

## Response `200`

OK

- Me — Class Me
  - `unread` integer

---

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