Update Room
Updates details for a room, by the room ID.
External Documentation
To learn more, visit the Cisco Webex documentation.
Parameters
Parameter | Description |
---|---|
Description | The description of the room. |
Is Locked | Set the room as locked and the creator becomes a moderator. |
Is Public | If 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 ID | The ID of the room to update. Can be retrieved from the List Rooms action. |
Team ID | The 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. |
Title | A 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
Preview this Workflow on desktop