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