Update A Clients Splash Authorization
PUT {{baseUrl}}/networks/:networkId/clients/:clientId/splashAuthorizationStatus
Update a client's splash authorization. Clients can be identified by a client key or either the MAC or IP depending on whether the network uses Track-by-IP.
Request Body
{"ssids"=>{"0"=>{"isAuthorized"=>"<boolean>"}, "1"=>{"isAuthorized"=>"<boolean>"}, "2"=>{"isAuthorized"=>"<boolean>"}, "3"=>{"isAuthorized"=>"<boolean>"}, "4"=>{"isAuthorized"=>"<boolean>"}, "5"=>{"isAuthorized"=>"<boolean>"}, "6"=>{"isAuthorized"=>"<boolean>"}, "7"=>{"isAuthorized"=>"<boolean>"}, "8"=>{"isAuthorized"=>"<boolean>"}, "9"=>{"isAuthorized"=>"<boolean>"}, "10"=>{"isAuthorized"=>"<boolean>"}, "11"=>{"isAuthorized"=>"<boolean>"}, "12"=>{"isAuthorized"=>"<boolean>"}, "13"=>{"isAuthorized"=>"<boolean>"}, "14"=>{"isAuthorized"=>"<boolean>"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"ssids":{"0":{"isAuthorized":true,"authorizedAt":"2017-07-19 16:24:13 UTC","expiresAt":"2017-07-20 16:24:13 UTC"},"2":{"isAuthorized":false}}}