Let the platform do the work

/Administration/license/limits GET

Overview

[ADMIN] Get License Limits.

Summary

This endpoint gets the license limits, the number of unused licensed seats for each license type. This endpoint is only available to administrators.

Request Arguments

This endpoint does not accept any arguments.

Response

  {
  "default_limit": 100,
  "limit_enforced": 1,
  "default_license_type" : "CURRENT",
  "seats": {
    "CURRENT": 100,
    "SUGAR_SERVE": 10
  },
  "available_seats": {
    "CURRENT": 25,
    "SUGAR_SERVE": 1,
    "SUGAR_SELL": 0
  }
}

Change Log

Version Change
v11_2 Added /Administration/license/limits GET endpoint.