Users

Fetch All Users

Get All Users Sql

Example

{
  "status": "success",
  "users": [
    {
      "id": 5,
      "username": "test",
      "email": "example@example.com",
      "isLogin": true,
      "verified": true,
      "is_ban": false,
      "ban_until": null,
      "ban_reason": "ban test",
      "isAdmin": true
    },
    {
      "id": 79412754,
      "username": "test2",
      "email": "test@email.com",
      "isLogin": false,
      "verified": true,
      "is_ban": false,
      "ban_until": null,
      "ban_reason": "test1",
      "isAdmin": false
    }
  ]
}

Last updated