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

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

RESPONSES

status: OK

{&quot;ids&quot;:&quot;\&quot;1284392014819\&quot;&quot;}