Hi All, What is the implication or usages of SM Seat count? For example, if I have 100 SM licenses and assign 10 seat counts to network ABC; does it mean I can't have more than 10 "managed" SM devices under that network? What will happen if "seatCount" is null? Getting the following payload if I call "https://api.meraki.com/api/v1//organizations/:organizationId/licenses" API for PDL license: {
"id": "6111111111111111111113",
"licenseType": "SM",
"licenseKey": null,
"orderNumber": null,
"deviceSerial": "",
"networkId": "L_6111111111111111111113",
"state": "active",
"seatCount": 20,
"durationInDays": null,
"totalDurationInDays": null,
"permanentlyQueuedLicenses": [],
"claimDate": "2020-05-13T06:46:18Z",
"activationDate": "2020-06-25T13:10:12Z",
"expirationDate": "2021-06-25T13:10:12Z"
},
... View more