Get details for a room, by ID. The title of the room for 1:1 rooms will be the display name of the other person.
External DocumentationTo learn more, visit the Cisco Webex documentation.

Parameters

ParameterDescription
Room IDThe ID of the room to get details of. Can be retrieved from the List Rooms action.

Example Output

{
	"id": "<string>",
	"title": "<string>",
	"type": "<string>",
	"isLocked": false,
	"lastActivity": "2017-03-21T08:01:49.475Z",
	"creatorId": "<string>",
	"created": "2002-03-16T19:59:16.869Z",
	"ownerId": "<string>",
	"isPublic": false,
	"isReadOnly": false
}

Workflow Library Example

Get Room with Cisco Webex and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop