v1
latestOpenAPI 3.0.12026-07-17121214.5 KBAPI
Create a user-specific temporary room
post/api/rooms
Request body
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