---
title: "Fetches information about the currently authenticated user"
method: GET
path: "/api/v1beta1/users/me"
tags: ["users"]
---

# Fetches information about the currently authenticated user

`GET /api/v1beta1/users/me`

## Response `200`

Current user details

- User
  - `username` string, required
  - `enabled` boolean — If false, the user is not able to authenticate

## Other responses

- `401` — Authentication failed

---

[API](https://skmtc.net/enseadaio/apis/enseada.md) · [All operations](https://skmtc.net/enseadaio/apis/enseada/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/enseadaio/enseada/versions/e8c51f6a5e52/schema)
