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

# Get current user

`GET /api/v1/users/self`

Retrieve profile of the authenticated user.

## Response `200`

OK

- GithubComGthulhuApiManagerRestSuccessResponseRestGetSelfUserResponse
  - `data` RestGetSelfUserResponse
    - `id` string
    - `roles` string[]
    - `status` 1 | 2 | 3
    - `username` string
  - `success` boolean
  - `timestamp` string

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/gthulhu/apis/manager-service.md) · [All operations](https://skmtc.net/gthulhu/apis/manager-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gthulhu/manager-service/versions/a72e72a0d984/schema)
