Skip to main content

Update Room

Updates details for a room, by the room ID.

External Documentation

To learn more, visit the Cisco Webex documentation.

Parameters

ParameterDescription
DescriptionThe description of the room.
Is LockedSet the room as locked and the creator becomes a moderator.
Is PublicIf set to True the room is public and therefore discoverable within the org. Anyone can find and join that room. When True the description must be filled in.
Room IDThe ID of the room to update. Can be retrieved from the List Rooms action.
Team IDThe ID for the team with which this room is associated. Can be retrieved from the List Teams action. Only unowned rooms can be assigned to a team. Assignment between teams is unsupported.
TitleA user-friendly name for the room.

Example Output

{
"id": "Y2lzY29zcGFyazovL3VzL1JPT00vYmJjZWIxYWQtNDNmMS0zYjU4LTkxNDctZjE0YmIwYzRkMTU0",
"title": "Project Unicorn - Sprint 0",
"type": "group",
"isLocked": true,
"teamId": "Y2lzY29zcGFyazovL3VzL1JPT00vNjRlNDVhZTAtYzQ2Yi0xMWU1LTlkZjktMGQ0MWUzNDIxOTcz",
"lastActivity": "2016-04-21T19:12:48.920Z",
"creatorId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9mNWIzNjE4Ny1jOGRkLTQ3MjctOGIyZi1mOWM0NDdmMjkwNDY",
"created": "2016-04-21T19:01:55.966Z",
"ownerId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi85NmFiYzJhYS0zZGNjLTExZTUtYTE1Mi1mZTM0ODE5Y2RjOWE",
"classificationId": "Y2lzY29zcGFyazovL3VzL0NMQVNTSUZJQ0FUSU9OL2YyMDUyZTgyLTU0ZjgtMTFlYS1hMmUzLTJlNzI4Y2U4ODEyNQ",
"isAnnouncementOnly": false,
"isReadOnly": false,
"isPublic": true,
"madePublic": "2022-10-10T17:24:19.388Z",
"description": "Company Announcements"
}

Workflow Library Example

Update Room with Cisco Webex and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop