Combine Multiple Networks Into A Single Network

POST {{baseUrl}}/organizations/:organizationId/networks/combine

Combine multiple networks into a single network #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: name| string| The name of the combined network networkIds| array| A list of the network IDs that will be combined. If an ID of a combined network is included in this list, the other networks in the list will be grouped into that network enrollmentString| string| A unique identifier which can be used for device enrollment or easy access through the Meraki SM Registration page or the Self Service Portal. Please note that changing this field may cause existing bookmarks to break. All networks that are part of this combined network will have their enrollment string appended by '-network_type'. If left empty, all exisitng enrollment strings will be deleted.

Supports Action Batches

ResourceOperation
/organizations/{organizationId}/networkscombine

Request Body

{"name"=>"<string>", "networkIds"=>["<string>", "<string>"], "enrollmentString"=>"<string>"}

HEADERS

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

RESPONSES

status: OK

{&quot;resultingNetwork&quot;:{&quot;id&quot;:&quot;L_123456&quot;,&quot;organizationId&quot;:&quot;2930418&quot;,&quot;name&quot;:&quot;Long Island Office&quot;,&quot;timeZone&quot;:&quot;America/Los_Angeles&quot;,&quot;tags&quot;:[&quot;tag1&quot;,&quot;tag2&quot;],&quot;productTypes&quot;:[&quot;appliance&quot;,&quot;switch&quot;,&quot;wireless&quot;],&quot;enrollmentString&quot;:&quot;long-island-office&quot;,&quot;notes&quot;:&quot;Combined network for Long Island Office&quot;}}