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
Resource | Operation |
---|---|
/organizations/{organizationId}/licenses | moveSeats |
Request Body
{"destOrganizationId"=>"<string>", "licenseId"=>"<string>", "seatCount"=>"<integer>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"destOrganizationId":"2930418","licenseId":"1234","seatCount":20}