Authorizations
The API key required for accessing protected routes. It should be included in the request headers as x-api-key
.
Path Parameters
The ID or email address of the user to fetch.
Query Parameters
Specify whether to query by ID
or EMAIL
. Defaults to ID
if not provided.
ID
, EMAIL
Response
Successfully retrieved user.
A user account within the application system, containing profile information and activity tracking.
The unique identifier for the user.
The user's email address.
The user's phone number.
Additional user metadata and custom fields collected during registration or profile updates.
The user's profile avatar image. Note that only the url field is populated in user responses.
The unique identifier of the app the user is associated with.
The unique identifier of the team the user belongs to.
The timestamp of the user's last login.
The total number of times the user has logged in.
The timestamp when the user account was created.
The timestamp when the user account was last updated.