---
title: "Get Current User"
method: GET
path: "/api/v1/user"
---

# Get Current User

`GET /api/v1/user`

Returns information about the currently authenticated user

## Response `200`

User information

- object
  - `data` User
    - `userId` string
    - `clusterAdmin` boolean

## Other responses

- `400` — Bad Request (missing identity)
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/opendatahub-io/apis/maas-bff-api.md) · [All operations](https://skmtc.net/opendatahub-io/apis/maas-bff-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opendatahub-io/maas-bff-api/revisions/9112415ceeca/schema)
