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

# Get current user

`GET /me`

Retrieve the information about yourself as a Superchat user

## Response `200`

OK

- PACurrentUserDTO
  - `user` PAUserDTO
    - `id` string — The ID of the user
    - `first_name` string — The first name of the user
    - `last_name` string — The last name of the user
    - `email` string — The email address of the user
    - `phone` string, nullable — The phone number of the user
    - `role` 'admin' | 'supervisor' | 'user'
    - `url` string — The URL of the user resource
  - `workspace` PAWorkspaceDTO
    - `name` string — The name of the workspace

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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