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

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull
Content-Typestring

RESPONSES

status: OK

{&quot;ssids&quot;:{&quot;0&quot;:{&quot;isAuthorized&quot;:true,&quot;authorizedAt&quot;:&quot;2017-07-19 16:24:13 UTC&quot;,&quot;expiresAt&quot;:&quot;2017-07-20 16:24:13 UTC&quot;},&quot;2&quot;:{&quot;isAuthorized&quot;:false}}}