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

# GET /users/whoami

`GET /users/whoami`

Returns the user that the provided API token authenticates as.

## Response `200`

The user that the API token authenticates as.

- User — # User Object ### Description The `User` object is used to represent a user. ### Usage Example Fetch from the `LIST Sessions` endpoint.
  - `user_id` string, uuid, required — The ID of the user.
  - `email` string, required — The email of the user.
  - `full_name` string, required — The full name of the user.
  - `first_name` string, required — The first name of the user.
  - `last_name` string, required — The last name of the user.
  - `position` string, required — The user's position.
  - `hr_idp_status` 'ACTIVE' | 'SUSPENDED' | 'DEPROVISIONED' | 'DELETED' | 'NOT_FOUND' — User status pulled from an HR/IDP provider.

---

[API](https://skmtc.net/opal/apis/opal-api.md) · [All operations](https://skmtc.net/opal/apis/opal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opal/opal-api/revisions/13b58df96d40/schema)
