List all users

List all users who are members of an account
#Response Format

{
  "err": 0,
  "result": {
    "users": [
    {
      "username": "brianr",
      "id": 1,
      "email": "brian@rollbar.com"
    },
    {
      "username": "coryvirok",
      "id": 2,
      "email": "cory@rollbar.com"
    }
    ]
  }
}
Language
Click Try It! to start a request and see the response here!