add_webex_team_membership
Add a person to a Webex team by person ID or email. Optionally make them a team moderator.
Instructions
Add a person to a Webex team.
Bot access note: the bot must be a team moderator to add members. If the bot is only a regular member, this operation will fail with a forbidden error.
Args: team_id: Team 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 team moderator (optional)
Returns: Standardized response dictionary with success/error information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | Yes | ||
| person_id | No | ||
| is_moderator | No | ||
| person_email | No |