Microsoft Graph · Schema
onlineMeetingInfo
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Task
Properties
| Name | Type | Description |
|---|---|---|
| conferenceId | string | The ID of the conference. |
| joinUrl | string | The external link that launches the online meeting. This is a URL that clients launch into a browser and will redirect the user to join the meeting. |
| phones | array | All of the phone numbers associated with this conference. |
| quickDial | string | The preformatted quick dial for this call. |
| tollFreeNumbers | array | The toll free numbers that can be used to join the conference. |
| tollNumber | string | The toll number that can be used to join the conference. |
| @odata.type | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.onlineMeetingInfo",
"title": "onlineMeetingInfo",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"conferenceId": {
"type": "string",
"description": "The ID of the conference.",
"nullable": true
},
"joinUrl": {
"type": "string",
"description": "The external link that launches the online meeting. This is a URL that clients launch into a browser and will redirect the user to join the meeting.",
"nullable": true
},
"phones": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.phone"
},
"description": "All of the phone numbers associated with this conference."
},
"quickDial": {
"type": "string",
"description": "The preformatted quick dial for this call.",
"nullable": true
},
"tollFreeNumbers": {
"type": "array",
"items": {
"type": "string",
"nullable": true
},
"description": "The toll free numbers that can be used to join the conference."
},
"tollNumber": {
"type": "string",
"description": "The toll number that can be used to join the conference.",
"nullable": true
},
"@odata.type": {
"type": "string"
}
}
}
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-microsoftgraphonlinemeetinginfo"
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.