Description

Returns the user associated with the passed access_token.

Headers

content_type

application/json

Parameters

Example Response

{
    "username": "NewUser",
    "email": "new.user@email.com"
}