Update The Policy Assigned To A Client On The Network

PUT {{baseUrl}}/networks/:networkId/clients/:clientId/policy

Update the policy assigned to a client on the network. 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

{"devicePolicy"=>"<string>", "groupPolicyId"=>"<string>"}

HEADERS

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

RESPONSES

status: OK

{&quot;mac&quot;:&quot;00:11:22:33:44:55&quot;,&quot;devicePolicy&quot;:&quot;Group policy&quot;,&quot;groupPolicyId&quot;:&quot;101&quot;}