---
title: "Get user settings"
method: GET
path: "/user"
tags: ["user"]
---

# Get user settings

`GET /user`

Returns the current user's settings including user ID and admin status

## Response `200`

OK

- ApiUserEnvelope
  - `data` ApiUserResponse, required
    - `clusterAdmin` boolean, required
    - `userId` string, required

## Other responses

- `500` — Internal Server Error

## Changes

- **2026-08-21** `97fe86faf733` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/opendatahub-io/apis/kubeflow-notebooks-api/changes/user/get.md)

---

[API](https://skmtc.dev/opendatahub-io/apis/kubeflow-notebooks-api.md) · [All operations](https://skmtc.dev/opendatahub-io/apis/kubeflow-notebooks-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opendatahub-io/kubeflow-notebooks-api/revisions/97fe86faf733/schema)
