---
title: "Get user information"
method: GET
path: "/admin/session/userinfo"
tags: ["admin"]
---

# Get user information

`GET /admin/session/userinfo`

Returns the authenticated user's username and policy

## Response `200`

OK

- ModelUserInfoResp
  - `policy` string[]
  - `username` string

## Other responses

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

---

[API](https://skmtc.net/hust-open-atom-club/apis/untitled-api.md) · [All operations](https://skmtc.net/hust-open-atom-club/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hust-open-atom-club/untitled-api/versions/34214ad5a103/schema)
