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

# Get Current User Info

`GET /api/v1/auth/me`

## Response `200`

Successful Response

- UserResponse — Full user information response
  - `id` string, uuid, required
  - `username` string, required
  - `avatar_url` string, nullable
  - `email` string, nullable
  - `role` string, required
  - `created_at` string, date-time, required
  - `last_login` string, date-time, nullable
  - `permissions` string[], required

---

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