These docs are for v1.0. Click to read the latest docs for v2.0.

Specific User

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Returns a JSON dictionary with the attributes of the user if it is visible to current token.

Example response:

{
    "first_name": "Frankie",
    "last_name": "Robot",
    "user": "[email protected]"
}

Endpoint supports next query strings:

  • attributes - a list of attributes to be returned by the API for the user, will get all if not specified.

Requesting token must have user - get permission for getting its own details and users - get for getting other users details.

Path Params
string
required

id of the account

string
required

email of the user

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json