{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin subscribedSkus.subscribedSku API", "version": "1.0.0" }, "items": [ { "info": { "name": "subscribedSkus.subscribedSku", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List subscribedSkus", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/subscribedSkus", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get the list of commercial subscriptions that an organization has acquired. For the mapping of license names as displayed on the Microsoft Entra admin center or the Microsoft 365 admin center against their Microsoft Graph skuId and skuPartNumber properties, see Product names and service plan identifiers for licensing." }, { "info": { "name": "Microsoft Graph Add new entity to subscribedSkus", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/subscribedSkus", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Add new entity to subscribedSkus" }, { "info": { "name": "Microsoft Graph Get subscribedSku", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/subscribedSkus/:subscribedSku-id", "params": [ { "name": "subscribedSku-id", "value": "", "type": "path", "description": "The unique identifier of subscribedSku" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" } ] }, "docs": "Get a specific commercial subscription that an organization has acquired." }, { "info": { "name": "Microsoft Graph Update entity in subscribedSkus", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/subscribedSkus/:subscribedSku-id", "params": [ { "name": "subscribedSku-id", "value": "", "type": "path", "description": "The unique identifier of subscribedSku" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update entity in subscribedSkus" }, { "info": { "name": "Microsoft Graph Delete entity from subscribedSkus", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/subscribedSkus/:subscribedSku-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "subscribedSku-id", "value": "", "type": "path", "description": "The unique identifier of subscribedSku" } ] }, "docs": "Microsoft Graph Delete entity from subscribedSkus" } ] } ], "bundled": true }