Returns a User object.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The user ID of the user.
The email of the user. If both user ID and email are provided, user ID will take precedence. If neither are provided, an error will occur.
The user object associated with the passed-in email or ID.
The User object is used to represent a user.
Fetch from the LIST Sessions endpoint.
The ID of the user.
"h0z968412-2451-4bbd-42h4-057l715d917m"
The email of the user.
The full name of the user.
"John Doe"
The first name of the user.
"John"
The last name of the user.
"Doe"
The user's position.
"Senior Engineer"
User status pulled from an HR/IDP provider.
ACTIVE, SUSPENDED, DEPROVISIONED, DELETED, NOT_FOUND "ACTIVE"