API Documentation - Jaze ISP Manager Section D - Get all users of an account API
Initializing search
    • Section A - Authentication steps
    • Section B - Add user API
    • Section C - Edit user API
    • Section D - Get all users of an account API
    • Section E - Get user details API
    • Section F - Session data API
    • Section G - Get balance API
    • Section H - Make payment API
    • Section I - Get user session details API
    • Section J - Change billing cycle API
    • Section K - Add FUP quota to user API
    • Section L - Check user exists by ID API
    • Section M - Check user exsists by name API
    • Section N - Get previous duration cycle API
    • Section O - Get previous data cycle API
    • Section P - Reset password API
    • Section Q - Send password API
    • Section S - Payment details API
    • Section T - Invoice details API
    • Section U - Renew API
    • Section V - Tickets API
    • Section W - Accounts API
    • Section X - Profiles details API
    • Section Y - Webhook API
    • Section Z - Lead API
    • Section AA - Voice billing
    • Errorcode Messages

    Section D - Get all users of an account API

    D1 - General Information

    GET Method :

    /api/v1/get_users

    D2 - Sample Output.md

    {
     "status": "success",
     "errorCode" = 200,
     "data": [
      [
         {
            "User": {
            "id": "3071",
            "username": "samandrew",
            "groupId": "90",
            "status": "active",
            "name": "Sam",
            "phone": "9999999999",
            "email": "[email protected]",
            "address": "",
            "comments": "",
            "activationTime": "2014-11-10 13:34:00",
            "expirationTime": "2018-11-10 13:34:00"
        }
    },
    {
        "staticIpMac": [
          {
            "staticIpAddress": "10.0.0.10",
            "staticIpBoundMac": "64:27:37:af:e3:4d"
          },
         ]
        }
       ]
      ]
    }
    
    Previous Section C - Edit user API
    Next Section E - Get user details API
    Made with Material for MkDocs