Last updated 12 months ago
Was this helpful?
Retrieve the current license setting.
Specifies whether to retrieve the number of current licensed users from cache or calculate it on demand.
curl -L \ --url '/api/License'
{ "licenseType": "text", "expiryDate": "text", "installedUsers": "text", "usersPeak": "text", "usersLicenseInfo": "text", "gracePeriodState": "text", "gracePeriodDaysLeft": "text", "type": [ "1 = Permanent", "2 = PrePaid", "3 = PostPaid", "4 = ExtTrial", "5 = LegacyTrial", "6 = NormalTrial" ], "needsAttention": true, "statusMessage": "text", "alertMessage": "text" }