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

# Get current user's info

`GET /users/me`

Retrieves information about the currently authenticated user.

## Response `200`

User information.

## Other responses

- `401` — Invalid userId or user not found.
- `500` — Failed to get username.

---

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