rybbit_update_team
Update a team's name, member user IDs, and site IDs. Provide complete lists for memberUserIds and siteIds to replace existing values; requires admin role and org:write scope.
Instructions
Update a team. WARNING: memberUserIds and siteIds are replaced wholesale when provided — include the full desired lists. Requires org admin/owner role and the org:write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Team name | |
| teamId | Yes | Team identifier | |
| siteIds | No | Complete list of numeric site IDs for the team (replaces existing) | |
| memberUserIds | No | Complete list of user IDs for the team (replaces existing) | |
| organizationId | Yes | Organization identifier |