To Person Mail parameter.
External DocumentationTo learn more, visit the Cisco Webex documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
To Person Mail parameter.
| 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. |
| Team ID | The ID for the team with which this room is associated. Can be retrieved from the List Teams action. |
| Title | A user-friendly name for the room. |
{
"id": "<string>",
"title": "<string>",
"type": "<string>",
"isLocked": false,
"lastActivity": "2020-08-01T09:57:09.621Z",
"creatorId": "<string>",
"created": "2010-09-25T08:32:49.112Z",
"ownerId": "<string>",
"description": "<string>",
"isPublic": false
}
Was this page helpful?