---
title: "GET /whoami"
method: GET
path: "/whoami"
tags: ["whoami"]
---

# GET /whoami

`GET /whoami`

Get information about the user you are authenticated as. Authorized for admins, editors, operators, and kiosk.

## Response `200`

OK

- User
  - `role` string, required
  - `apiKey` string, required
  - `groups` number[], required
  - `id` number, required
  - `needsPasswordChange` boolean, required — True if your password is expired
  - `email` string, required
  - `username` string, required

---

[API](https://skmtc.net/opto22/apis/groov-view-public-api.md) · [All operations](https://skmtc.net/opto22/apis/groov-view-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opto22/groov-view-public-api/versions/80939206f137/schema)
