Create a Team room
POST {{WEBEXAPI}}/rooms
Creates a room. The authenticated user is automatically added as a member of the room. See the Memberships API to learn how to add more people to the room.
https://developer.webex.com/endpoint-rooms-post.html
Request Body
{"title"=>"Postman - Testing Teams", "teamId"=>"{{_team}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |