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
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"resultingLicenses":[{"id":"1234","licenseType":"SME","licenseKey":"Z21234567890","orderNumber":"4C1234567","deviceSerial":null,"networkId":"N_24329156","state":"active","seatCount":25,"totalDurationInDays":365,"durationInDays":365,"permanentlyQueuedLicenses":[],"claimDate":"2019-08-29T12:40:10Z","activationDate":"2019-09-01T15:01:46Z","expirationDate":"2020-08-31T15:01:46Z"}]}