Create A New Organization By Cloning The Addressed Organization

POST {{baseUrl}}/organizations/:organizationId/clone

Create a new organization by cloning the addressed organization #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: name| string| The name of the new organization

Request Body

{"name"=>"<string>"}

HEADERS

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

RESPONSES

status: Created

{&quot;id&quot;:&quot;2930418&quot;,&quot;name&quot;:&quot;My organization&quot;,&quot;url&quot;:&quot;https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview&quot;}