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

# GET /user

`GET /user`

Returns a `User` object.

## Query parameters

- `user_id` string, uuid
- `email` string

## Response `200`

The user object associated with the passed-in email or ID.

- 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/47ce51b783d2/schema)
