add_webex_membership
Add a person to a Webex room using their email or ID, optionally assign as moderator.
Instructions
Add a person to a Webex room.
Args: room_id: Room ID to add person to (required) person_id: Person ID to add (use this OR person_email) person_email: Person email to add (use this OR person_id) is_moderator: Whether to make the person a moderator (optional)
Returns: Standardized response dictionary with success/error information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| room_id | Yes | ||
| person_id | No | ||
| is_moderator | No | ||
| person_email | No |