v1

latestOpenAPI 3.0.12026-07-17121214.5 KB
API

Create a user-specific temporary room

post/api/rooms

Request body

meetingIdstring required
roomIdstring
groupstring
namestring required
subtitlestring
descriptionstring
joinUrlstring
temporaryboolean
iconstring

Example request

{
  "meetingId": "xxxxxxxx",
  "roomId": "xxxxxxxx",
  "group": "1",
  "name": "Coffee Kitchen",
  "subtitle": "@Cozy Corner",
  "description": "Come in and chill out",
  "joinUrl": "https://zoom.us/j/xxxxxxxx",
  "links": [
    {
      "href": "http://www.google.de",
      "text": "Google",
      "icon": "http://example.com/bla.png"
    }
  ],
  "icon": "http://example.com/myRoomIcon.png"
}

Response

Success