list_webex_team_memberships
Retrieve members of a Webex team by providing the team ID. Optionally set a maximum number of members to return.
Instructions
List members of a Webex team.
Bot access note: the bot must be a member of the team. If the bot has not been added to the team, this will return a not-found error.
Args: team_id: Team ID to list members for (required) max_results: Maximum number of memberships to return (default 100, max 1000)
Returns: Standardized response dictionary with success/error information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | Yes | ||
| max_results | No |