Skip to content

m365LicenseEntitlement

Display license entitlement for M365 workloads.

Arguments

Argument Type Description
orgID UUID Optional UUID of the organization.

Returns

M365LicenseEntitlementReply!

Sample

query {
  m365LicenseEntitlement {
    capacityEntitledInBytes
    usersEntitled
  }
}
{}
{
  "data": {
    "m365LicenseEntitlement": {
      "capacityEntitledInBytes": 0,
      "usersEntitled": 0
    }
  }
}