licenseDetails 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.
Contains information about a license assigned to a user.
Methods
Method | Return Type | Description |
---|---|---|
List license details | licenseDetails collection | Retrieve a list of licenseDetails objects for a user. |
Get | teamsLicensingDetails object | Get the Microsoft Teams license details for the specified user. |
Properties
Property | Type | Description |
---|---|---|
id | String | The unique identifier for the license detail object. Read-only. Key. Not nullable. |
servicePlans | servicePlanInfo collection | Information about the service plans assigned with the license. Read-only. Not nullable. |
skuId | Guid | Unique identifier (GUID) for the service SKU. Equal to the skuId property on the related subscribedSku object. Read-only. |
skuPartNumber | String | Unique SKU display name. Equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium . Read-only. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"id": "String (identifier)",
"servicePlans": [{"@odata.type": "microsoft.graph.servicePlanInfo"}],
"skuId": "Guid",
"skuPartNumber": "String"
}