Groups Licensing Information Data Type

Contains an organization's group Licensing information response.

Properties
Name Type Description
organizationStatus Organization Status Contains information about the organization's licensing status.
groupLicensing Group Licensing Contains group information and data related to licensed services and usage

Example

{
  "organizationStatus" : {
    "overallComplianceStatus" : "VALID",
    "connectedToLicensingInfrastructure" : true,
    "groupLicensing" : false,
    "licensingInfrastructureLastContact" : "2017-01-01T11:04:30.45Z",
    "orgId" : "999000000"
  },
  "groupLicensing" : {
    "unassignedLicenses" : [ {
      "orderId" : "HP_17:603",
      "purchaseDetails" : [ { }, { } ]
    }, {
      "orderId" : "...",
      "purchaseDetails" : [ { }, { } ]
    } ],
    "groups" : [ {
      "guid" : "705c7b4c-a85b-44f0-9fbd-5a2345c21a9a",
      "groupName" : "All Users",
      "numberOfUsers" : 23,
      "licensedServices" : [ { }, { } ],
      "licensedUsage" : [ { }, { } ]
    }, {
      "guid" : "...",
      "groupName" : "...",
      "numberOfUsers" : 12345,
      "licensedServices" : [ { }, { } ],
      "licensedUsage" : [ { }, { } ]
    } ]
  }
}