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

# Get current user

`GET /auth/me`

Get the authenticated user's information.

## Response `200`

OK

- PkgServerUserSummary
  - `id` integer
  - `role` string
  - `username` string

## Other responses

- `401` — Unauthorized

---

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