Force Check In A Set Of Devices

POST {{baseUrl}}/networks/:networkId/sm/devices/checkin

Force check-in a set of devices #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: wifiMacs| array| The wifiMacs of the devices to be checked-in. ids| array| The ids of the devices to be checked-in. serials| array| The serials of the devices to be checked-in. scope| array| The scope (one of all, none, withAny, withAll, withoutAny, or withoutAll) and a set of tags of the devices to be checked-in.

Request Body

{"wifiMacs"=>["<string>", "<string>"], "ids"=>["<string>", "<string>"], "serials"=>["<string>", "<string>"], "scope"=>["<string>", "<string>"]}

HEADERS

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

RESPONSES

status: OK

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