Group Licensing Data Type

Object containing unassigned license data and per-group licensing information

Properties
Name Type Description
unassignedLicenses array of Unassigned Licenses Information and status for unassigned licenses
groups array of Group Licensing Information Group information and licensed service and usage data

Example

{
  "unassignedLicenses" : [ {
    "orderId" : "HP_17:603",
    "purchaseDetails" : [ {
      "sku" : "SPA-60802-003",
      "description" : "Silver Universal Annual Subscription",
      "quantity" : 321,
      "startDate" : "2017-01-01T11:04:30.455Z",
      "endDate" : "2017-01-01T11:04:30.455Z"
    }, {
      "sku" : "...",
      "description" : "...",
      "quantity" : 12345,
      "startDate" : "2017-01-14T16:40:03.545Z",
      "endDate" : "2017-01-14T16:40:03.545Z"
    } ]
  }, {
    "orderId" : "...",
    "purchaseDetails" : [ {
      "sku" : "...",
      "description" : "...",
      "quantity" : 12345,
      "startDate" : "2017-01-14T16:40:03.545Z",
      "endDate" : "2017-01-14T16:40:03.545Z"
    }, {
      "sku" : "...",
      "description" : "...",
      "quantity" : 12345,
      "startDate" : "2017-01-14T16:40:03.545Z",
      "endDate" : "2017-01-14T16:40:03.545Z"
    } ]
  } ],
  "groups" : [ {
    "guid" : "705c7b4c-a85b-44f0-9fbd-5a2345c21a9a",
    "groupName" : "All Users",
    "numberOfUsers" : 23,
    "licensedServices" : [ {
      "id" : "watchdox.blackberry.com",
      "name" : "BlackBerry Workspaces",
      "description" : "BlackBerry Workspaces",
      "inGracePeriod" : true,
      "gracePeriodDaysRemaining" : 15,
      "compliant" : true,
      "activatedFeatures" : [ "MDM_CONTROLS", "enterprise.watchdox.blackberry.com" ],
      "complianceStateDescription" : "In compliance",
      "complianceStateDescriptionDetails" : "This service is in compliance."
    }, {
      "id" : "...",
      "name" : "...",
      "description" : "...",
      "inGracePeriod" : false,
      "gracePeriodDaysRemaining" : 12345,
      "compliant" : false,
      "activatedFeatures" : [ "enterprise.watchdox.blackberry.com", "MDM_CONTROLS" ],
      "complianceStateDescription" : "...",
      "complianceStateDescriptionDetails" : "..."
    } ],
    "licensedUsage" : [ {
      "id" : "gsc.license.blackberry.com",
      "name" : "BlackBerry Enterprise Mobility Suite - Content Edition",
      "totalServerLicenses" : 500,
      "availableServerLicenses" : 450,
      "usedServerLicenses" : 50,
      "usedSimLicenses" : 25,
      "totalLicensesInUse" : 75,
      "trial" : true,
      "trialDaysRemaining" : 15,
      "licenseInfo" : [ { }, { } ],
      "featureUsage" : [ { }, { } ]
    }, {
      "id" : "...",
      "name" : "...",
      "totalServerLicenses" : 12345,
      "availableServerLicenses" : 12345,
      "usedServerLicenses" : 12345,
      "usedSimLicenses" : 12345,
      "totalLicensesInUse" : 12345,
      "trial" : true,
      "trialDaysRemaining" : 12345,
      "licenseInfo" : [ { }, { } ],
      "featureUsage" : [ { }, { } ]
    } ]
  }, {
    "guid" : "...",
    "groupName" : "...",
    "numberOfUsers" : 12345,
    "licensedServices" : [ {
      "id" : "...",
      "name" : "...",
      "description" : "...",
      "inGracePeriod" : false,
      "gracePeriodDaysRemaining" : 12345,
      "compliant" : false,
      "activatedFeatures" : [ "enterprise.watchdox.blackberry.com", "MDM_CONTROLS" ],
      "complianceStateDescription" : "...",
      "complianceStateDescriptionDetails" : "..."
    }, {
      "id" : "...",
      "name" : "...",
      "description" : "...",
      "inGracePeriod" : false,
      "gracePeriodDaysRemaining" : 12345,
      "compliant" : false,
      "activatedFeatures" : [ "enterprise.watchdox.blackberry.com", "MDM_CONTROLS" ],
      "complianceStateDescription" : "...",
      "complianceStateDescriptionDetails" : "..."
    } ],
    "licensedUsage" : [ {
      "id" : "...",
      "name" : "...",
      "totalServerLicenses" : 12345,
      "availableServerLicenses" : 12345,
      "usedServerLicenses" : 12345,
      "usedSimLicenses" : 12345,
      "totalLicensesInUse" : 12345,
      "trial" : true,
      "trialDaysRemaining" : 12345,
      "licenseInfo" : [ { }, { } ],
      "featureUsage" : [ { }, { } ]
    }, {
      "id" : "...",
      "name" : "...",
      "totalServerLicenses" : 12345,
      "availableServerLicenses" : 12345,
      "usedServerLicenses" : 12345,
      "usedSimLicenses" : 12345,
      "totalLicensesInUse" : 12345,
      "trial" : true,
      "trialDaysRemaining" : 12345,
      "licenseInfo" : [ { }, { } ],
      "featureUsage" : [ { }, { } ]
    } ]
  } ]
}