Assign SM Seats To A Network

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

Assign SM seats to a network. This will increase the managed SM device limit of the network

Request Body

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

HEADERS

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

RESPONSES

status: OK

{&quot;resultingLicenses&quot;:[{&quot;id&quot;:&quot;1234&quot;,&quot;licenseType&quot;:&quot;SME&quot;,&quot;licenseKey&quot;:&quot;Z21234567890&quot;,&quot;orderNumber&quot;:&quot;4C1234567&quot;,&quot;deviceSerial&quot;:null,&quot;networkId&quot;:&quot;N_24329156&quot;,&quot;state&quot;:&quot;active&quot;,&quot;seatCount&quot;:25,&quot;totalDurationInDays&quot;:365,&quot;durationInDays&quot;:365,&quot;permanentlyQueuedLicenses&quot;:[],&quot;claimDate&quot;:&quot;2019-08-29T12:40:10Z&quot;,&quot;activationDate&quot;:&quot;2019-09-01T15:01:46Z&quot;,&quot;expirationDate&quot;:&quot;2020-08-31T15:01:46Z&quot;}]}