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
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"ids":"\"1284392014819\"","newNetwork":"N_24329156"}