• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Edit
Show / Hide Table of Contents

Create a video meeting

Audience:
api
•
Version: 10.5.5
Some tooltip text!
• 1 minute to read
 • 1 minute to read

The CreateVideoMeetingReservation Agent REST endpoint returns a video meeting Reservation.

Note

A user creating a video meeting needs to be configured, and therefore a SystemUsers is NOT allowed to create or delete a video meeting.

Request

POST https://{{env}}.superoffice.com/{{tenant}}/v1/Agents/Appointment/CreateVideoMeetingReservation HTTP/1.1
Authorization: Bearer {{access_token}}
Accept: application/json

Response

{
  "VideoMeetingId": "c0791ad9-6562-45...",
  "VideoMeetingUrl": "https://foo.meetings-sod.superoffice.com/join/c0791ad9-6562-45...",
  "TableRight": null,
  "FieldProperties": {}
}

Key properties

Property Description
VideoMeetingId Unique identifier for the reservation
VideoMeetingUrl Join MeetingUrl, normally stored on the appointment.

Additional documentation can be found in the CreateVideoMeetingReservation Agent reference.

In This Article
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top