get https://api.freedomrobotics.ai/accounts//users/
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.