Lock A Set Of Devices
POST {{baseUrl}}/networks/:networkId/sm/devices/lock
Lock a set of devices #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: wifiMacs| array| The wifiMacs of the devices to be locked. ids| array| The ids of the devices to be locked. serials| array| The serials of the devices to be locked. scope| array| The scope (one of all, none, withAny, withAll, withoutAny, or withoutAll) and a set of tags of the devices to be wiped. pin| integer| The pin number for locking macOS devices (a six digit number). Required only for macOS devices.
Request Body
{"wifiMacs"=>["<string>", "<string>"], "ids"=>["<string>", "<string>"], "serials"=>["<string>", "<string>"], "scope"=>["<string>", "<string>"], "pin"=>"<integer>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"ids":"\"1284392014819\""}