v2

latestOpenAPI 3.1.0CC-BY-SA 2.02026-07-2617789528.6 KB
🧩 Change requests

List user

List all validated and unvalidated users

get/users

Response

List users

result'success' | 'error' required

Result of the request

action'listUsers' required

The id of the action

Example response

{
  "data": [
    {
      "username": "John Do"
    }
  ]
}