@HodyCrouch Thanks a lot this helped But I am stuck in PUT/networks/[id]/clients/[mac]/splashAuthorizationStatus I am trying via POSTMAN, getting error: { "errors": [ "invalid SSIDs param" ] } my SSID details are : { "number": 0, "name": "Network WiFi", "enabled": true, "splashPage": "Click-through splash page", "ssidAdminAccessible": false, "authMode": "open", "ipAssignmentMode": "NAT mode", "walledGardenEnabled": true, "walledGardenRanges": "103.46.xx.xx/32", "minBitrate": 11, "bandSelection": "Dual band operation", "perClientBandwidthLimitUp": 0, "perClientBandwidthLimitDown": 0 }, while sending the PUT/networks/[id]/clients/[mac]/splashAuthorizationStatus i am sending 2 parameters: ssids: 0 isAuthorized: true can you assist in what may be wrong in this cheers
... View more