Move Licenses To Another Organization
POST {{baseUrl}}/organizations/:organizationId/licenses/move
Move licenses to another organization. This will also move any devices that the licenses are assigned to
Request Body
{"destOrganizationId"=>"<string>", "licenseIds"=>["<string>", "<string>"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"destOrganizationId":"2930418","licenseIds":["123","456"]}