v51

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-01169142751.2 KB
Users

Get users

Gets a list of all account users.

get/v1/users

Response

OK

accountinteger

Example response

{
  "account": 1001,
  "users": [
    {
      "id": 60192,
      "name": "Clifford O'neill",
      "email": "clifford.mail@gmail.com",
      "role": "Viewer",
      "userType": "Local",
      "hasApiKey": false,
      "options": {
        "billing": false,
        "emailAlerts": false,
        "operationalEmails": false,
        "mfaEnabled": false
      }
    }
  ]
}