Hi all, I'm having an issue with the get organization licenses overview API call from the Meraki Dashboard API. https://developer.cisco.com/meraki/api-v1/get-organization-licenses-overview/ When i run this call i get a result that looks like this. (data is obfuscated). {'status': 'Trial Expires Soon', 'expirationDate': '<expdate>', 'licensedDeviceCounts': {<some devices>}} The issue is that the license is not a trial. The customer did have a trial license but that expired over a year ago, they have a new license that's still valid for several years. The expiration date that is reported, is the expiration date of the new license. I'm wondering if this is a bug, or if there's an explanation for it. Also, does anyone know of an API call that actually lists the kind of license(s) that the customer has, without me having to do a trial and error approach by calling all 5 different api calls about licenses?
... View more