Edit

azureADPremiumFeatureUtilization resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents the utilization count for a single Microsoft Entra ID premium feature. Contains the number of users who have used the feature. Used by properties of the azureADPremiumP1FeatureUtilizations and azureADPremiumP2FeatureUtilizations resources.

Properties

Property Type Description
userCount Int64 The number of users who have used this premium feature.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.azureADPremiumFeatureUtilization",
  "userCount": "Integer"
}