get https://api.rollbar.com/api/1/user/
Get user details for a given account
Returns basic information about the user, as relevant to the account your access token is for. This is the same information available on the "Members" page in the Rollbar UI.
Sample Response
{
"err": 0,
"result": {
"id": 14,
"username": "brian",
"email": "[email protected]",
"email_enabled": 1
}
}