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

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

RESPONSES

status: OK

{&quot;destOrganizationId&quot;:&quot;2930418&quot;,&quot;licenseIds&quot;:[&quot;123&quot;,&quot;456&quot;]}