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
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"mac":"00:11:22:33:44:55","devicePolicy":"Group policy","groupPolicyId":"101"}