Fetches a single user by their ID or email address. Use the type query parameter to specify whether to query by ID or EMAIL. When using EMAIL type, the ID parameter must be a valid email address.
The API key required for accessing protected routes. It should be included in the request headers as x-api-key.
The ID or email address of the user to fetch.
Specify whether to query by ID or EMAIL. Defaults to ID if not provided.
ID, EMAIL 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.