Move SM Seats To Another Organization

POST {{baseUrl}}/organizations/:organizationId/licenses/moveSeats

Move SM seats to another organization #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: destOrganizationId| string| The ID of the organization to move the SM seats to licenseId| string| The ID of the SM license to move the seats from seatCount| integer| The number of seats to move to the new organization. Must be less than or equal to the total number of seats of the license

Supports Action Batches

ResourceOperation
/organizations/{organizationId}/licensesmoveSeats

Request Body

{"destOrganizationId"=>"<string>", "licenseId"=>"<string>", "seatCount"=>"<integer>"}

HEADERS

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

RESPONSES

status: OK

{&quot;destOrganizationId&quot;:&quot;2930418&quot;,&quot;licenseId&quot;:&quot;1234&quot;,&quot;seatCount&quot;:20}