Return The Policy Assigned To A Client On The Network
GET {{baseUrl}}/networks/:networkId/clients/:clientId/policy
Return 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.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null |
RESPONSES
status: OK
{"mac":"00:11:22:33:44:55","devicePolicy":"Group policy","groupPolicyId":"101"}