Licensing

Get

get

Retrieve the current license setting.

Query parameters
UseCachebooleanOptional

Specifies whether to retrieve the number of current licensed users from cache or calculate it on demand.

Responses
200
Success
application/json; api-version=1.0
get
GET /api/License HTTP/1.1
Host: 
Accept: */*
{
  "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"
}

Was this helpful?