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
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: Created
{"id":"2930418","name":"My organization","url":"https://dashboard.meraki.com/o/VjjsAd/manage/organization/overview"}