add_webex_space_membership
Add a person to a Webex space by providing their email or ID, with an option to grant moderator privileges.
Instructions
Add a person to a Webex space. Note: This is an alias for add_webex_membership — "room" and "space" are synonymous in Webex.
Args: space_id: Space 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 |
|---|---|---|---|
| space_id | Yes | ||
| person_id | No | ||
| is_moderator | No | ||
| person_email | No |