GET /v1/users/{user_id}
This endpoint retrieves details of a specific user by their user_id. You will need an API key for authentication.
Parameters
string
required
The unique ID of the user.
Response Parameters
string
required
The unique ID of the user.
string
required
Email address of the user.
string
required
First name of the user.
string
required
Last name of the user.
object
required
Additional metadata related to the user.