Microsoft Teams · JSON Structure

Teams Graph Api Online Meeting Structure

Represents an online meeting in Teams.

Type: object Properties: 5
ChatCollaborationCommunicationMicrosoft 365ProductivityVideo Conferencing

OnlineMeeting is a JSON Structure definition published by Microsoft Teams, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id subject startDateTime endDateTime joinWebUrl

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/microsoft-teams/refs/heads/main/json-structure/teams-graph-api-online-meeting-structure.json",
  "name": "OnlineMeeting",
  "description": "Represents an online meeting in Teams.",
  "type": "object",
  "properties": {
    "id": { "type": "string", "description": "Unique identifier for the meeting." },
    "subject": { "type": "string", "description": "Subject of the meeting." },
    "startDateTime": { "type": "datetime", "description": "Start time of the meeting." },
    "endDateTime": { "type": "datetime", "description": "End time of the meeting." },
    "joinWebUrl": { "type": "uri", "description": "URL to join the meeting." }
  }
}