User
Get user
Endpoint: 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
user_id
string
requiredThe unique ID of the user.
Response Parameters
user_id
string
requiredThe unique ID of the user.
email
string
requiredEmail address of the user.
first_name
string
requiredFirst name of the user.
last_name
string
requiredLast name of the user.
metadata
object
requiredAdditional metadata related to the user.