---
title: "Get Current User Info"
method: GET
path: "/api/users/me"
tags: ["users"]
---

# Get Current User Info

`GET /api/users/me`

Get current authenticated user's information

## Headers

- `x-api-key` string, nullable
- `authorization` string, nullable

## Response `200`

Successful Response

- UserManagementUserResponse
  - `id` string, required
  - `email` string, required
  - `full_name` string, nullable, required
  - `subscription_tier` string, required
  - `daily_token_limit` integer, required
  - `is_active` boolean, required
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/qomplement/apis/fastapi.md) · [All operations](https://skmtc.net/qomplement/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qomplement/fastapi/revisions/718de1c0d866/schema)
