Microsoft Graph · Schema
microsoft.graph.subscribedSku
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Task
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.subscribedSku",
"title": "microsoft.graph.subscribedSku",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.entity"
},
{
"title": "subscribedSku",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"accountId": {
"type": "string",
"description": "The unique ID of the account this SKU belongs to.",
"nullable": true
},
"accountName": {
"type": "string",
"description": "The name of the account this SKU belongs to.",
"nullable": true
},
"appliesTo": {
"type": "string",
"description": "The target class for this SKU. Only SKUs with target class User are assignable. The possible values are: User, Company.",
"nullable": true
},
"capabilityStatus": {
"type": "string",
"description": "Enabled indicates that the prepaidUnits property has at least one unit that is enabled. LockedOut indicates that the customer canceled their subscription. The possible values are: Enabled, Warning, Suspended, Deleted, LockedOut.",
"nullable": true
},
"consumedUnits": {
"maximum": 2147483647,
"minimum": -2147483648,
"type": "number",
"description": "The number of licenses that have been assigned.",
"format": "int32",
"nullable": true
},
"prepaidUnits": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.licenseUnitsDetail"
},
{
"type": "object",
"nullable": true
}
],
"description": "Information about the number and status of prepaid licenses."
},
"servicePlans": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.servicePlanInfo"
},
"description": "Information about the service plans that are available with the SKU. Not nullable."
},
"skuId": {
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
"type": "string",
"description": "The unique identifier (GUID) for the service SKU.",
"format": "uuid",
"nullable": true
},
"skuPartNumber": {
"type": "string",
"description": "The SKU part number; for example: AAD_PREMIUM or RMSBASIC. To get a list of commercial subscriptions that an organization has acquired, see List subscribedSkus.",
"nullable": true
},
"subscriptionIds": {
"type": "array",
"items": {
"type": "string",
"nullable": true
},
"description": "A list of all subscription IDs associated with this SKU."
},
"@odata.type": {
"type": "string"
}
}
}
],
"x-ms-discriminator-value": "#microsoft.graph.subscribedSku"
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-graph-microsoftgraphsubscribedsku"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.