Table of Contents

Class LicenseSeatsAssignmentRequest

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

AssignOrganizationLicensesSeats

[DataContract]
public class LicenseSeatsAssignmentRequest
Inheritance
LicenseSeatsAssignmentRequest
Inherited Members

Properties

LicenseId

The ID of the SM license to assign seats from

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

Property Value

string

The ID of the SM license to assign seats from

NetworkId

The ID of the SM network to assign the seats to

[DataMember(Name = "networkId")]
public string NetworkId { get; set; }

Property Value

string

The ID of the SM network to assign the seats to

SeatCount

The number of seats to assign to the SM network. Must be less than or equal to the total number of seats of the license

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

Property Value

int?

The number of seats to assign to the SM network. Must be less than or equal to the total number of seats of the license