get https://api.rollbar.com/api/1/users
List all users who are members of an account
#Response Format
{
"err": 0,
"result": {
"users": [
{
"username": "brianr",
"id": 1,
"email": "[email protected]"
},
{
"username": "coryvirok",
"id": 2,
"email": "[email protected]"
}
]
}
}