cURL
Get userswhoami
Returns the user that the provided API token authenticates as.
GET
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
The user that the API token authenticates as.
User Object
Description
The User object is used to represent a user.
Usage Example
Fetch from the LIST Sessions endpoint.
The ID of the user.
Example:
"h0z968412-2451-4bbd-42h4-057l715d917m"
The email of the user.
Example:
"john.doe@company.dev"
The full name of the user.
Example:
"John Doe"
The first name of the user.
Example:
"John"
The last name of the user.
Example:
"Doe"
The user's position.
Example:
"Senior Engineer"
User status pulled from an HR/IDP provider.
Available options:
ACTIVE, SUSPENDED, DEPROVISIONED, DELETED, NOT_FOUND Example:
"ACTIVE"
Last modified on August 5, 2026