Microsoft Graph · Schema

microsoft.graph.vppToken

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Task
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphvpptoken-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.vppToken",
  "title": "microsoft.graph.vppToken",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "vppToken",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "appleId": {
          "type": "string",
          "description": "The apple Id associated with the given Apple Volume Purchase Program Token.",
          "nullable": true
        },
        "automaticallyUpdateApps": {
          "type": "boolean",
          "description": "Whether or not apps for the VPP token will be automatically updated."
        },
        "countryOrRegion": {
          "type": "string",
          "description": "Whether or not apps for the VPP token will be automatically updated.",
          "nullable": true
        },
        "expirationDateTime": {
          "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$",
          "type": "string",
          "description": "The expiration date time of the Apple Volume Purchase Program Token.",
          "format": "date-time"
        },
        "lastModifiedDateTime": {
          "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$",
          "type": "string",
          "description": "Last modification date time associated with the Apple Volume Purchase Program Token.",
          "format": "date-time"
        },
        "lastSyncDateTime": {
          "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$",
          "type": "string",
          "description": "The last time when an application sync was done with the Apple volume purchase program service using the the Apple Volume Purchase Program Token.",
          "format": "date-time"
        },
        "lastSyncStatus": {
          "$ref": "#/components/schemas/microsoft.graph.vppTokenSyncStatus"
        },
        "organizationName": {
          "type": "string",
          "description": "The organization associated with the Apple Volume Purchase Program Token",
          "nullable": true
        },
        "state": {
          "$ref": "#/components/schemas/microsoft.graph.vppTokenState"
        },
        "token": {
          "type": "string",
          "description": "The Apple Volume Purchase Program Token string downloaded from the Apple Volume Purchase Program.",
          "nullable": true
        },
        "vppTokenAccountType": {
          "$ref": "#/components/schemas/microsoft.graph.vppTokenAccountType"
        },
        "@odata.type": {
          "type": "string"
        }
      },
      "description": "You purchase multiple licenses for iOS apps through the Apple Volume Purchase Program for Business or Education. This involves setting up an Apple VPP account from the Apple website and uploading the Apple VPP Business or Education token to Intune. You can then synchronize your volume purchase information with Intune and track your volume-purchased app use. You can upload multiple Apple VPP Business or Education tokens."
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.vppToken"
}

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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-graph-microsoftgraphvpptoken"
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 email required.

A second provider on the same verified email joins the account you already have.