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]"
    }
    ]
  }
}
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Filter the list of users by email address

Headers
string
required

Use an Account Access Token with 'read' scope

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json