v6
latestSwagger 2.02026-07-1371219.3 KBCreates a new room.
Query parameters
Version of API to invoke.
Headers
If specified, the client directs that the request is repeatable; that is, that the client can make the request multiple times with the same Repeatability-Request-ID and get back an appropriate response without the server executing the request multiple times. The value of the Repeatability-Request-ID is an opaque string representing a client-generated, globally unique for all time, identifier for the request. It is recommended to use version 4 (random) UUIDs.
If Repeatability-Request-ID header is specified, then Repeatability-First-Sent header must also be specified. The value should be the date and time at which the request was first created, expressed using the IMF-fixdate form of HTTP-date.
Request body
Example request
{
"validFrom": "2021-09-07T07:55:41Z",
"validUntil": "2021-09-08T15:55:41Z",
"pstnDialOutEnabled": true,
"participants": {
"rawId1": {
"role": "Presenter"
},
"rawId2": {
"role": "Attendee"
},
"rawId3": {
"role": "Collaborator"
},
"rawId4": null
}
}Response
Request successful. The action returns a new room.
Example response
{
"id": "99199690362660524",
"createdAt": "2021-09-06T05:55:41Z",
"validFrom": "2021-09-07T07:55:41Z",
"validUntil": "2021-09-08T15:55:41Z",
"pstnDialOutEnabled": true
}