Get a 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
  }
}
Language
Click Try It! to start a request and see the response here!