Move A Set Of Devices To A New Network

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

Move a set of devices to a new network #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: wifiMacs| array| The wifiMacs of the devices to be moved. ids| array| The ids of the devices to be moved. serials| array| The serials of the devices to be moved. scope| array| The scope (one of all, none, withAny, withAll, withoutAny, or withoutAll) and a set of tags of the devices to be moved. newNetwork| string| The new network to which the devices will be moved.

Request Body

{"newNetwork"=>"<string>", "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;,&quot;newNetwork&quot;:&quot;N_24329156&quot;}