Table of Contents

Class LicenseSeatsMoveRequest

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

MoveOrganizationLicensesSeats

[DataContract]
public class LicenseSeatsMoveRequest
Inheritance
LicenseSeatsMoveRequest
Inherited Members

Properties

DestOrganizationId

The ID of the organization to move the SM seats to

[ApiAccess(ApiAccess.Create)]
[DataMember(Name = "destOrganizationId")]
public string DestOrganizationId { get; set; }

Property Value

string

LicenseId

The ID of the SM license to move the seats from

[ApiAccess(ApiAccess.Create)]
[DataMember(Name = "licenseId")]
public string LicenseId { get; set; }

Property Value

string

SeatCount

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

[ApiAccess(ApiAccess.Create)]
[DataMember(Name = "seatCount")]
public int? SeatCount { get; set; }

Property Value

int?