Microsoft Office 365 · Example Payload

Microsoft Graph Online Meeting Info Example

CloudCollaborationEnterpriseMicrosoftProductivity

Microsoft Graph Online Meeting Info Example is an example object payload from Microsoft Office 365, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

joinUrlconferenceIdtollNumbertollFreeNumbersquickDialphones

Example Payload

Raw ↑
{
  "joinUrl": "https://www.example.com",
  "conferenceId": "500123",
  "tollNumber": "example_value",
  "tollFreeNumbers": [],
  "quickDial": "example_value",
  "phones": []
}