Contract Testing: Admin Set Team Users
contract-testing_admin_set_team_usersReplace all members of a team with specified user UUIDs using admin privileges. Provide the team ID and list of user UUIDs to overwrite existing membership.
Instructions
Replace all members of a team (admin).
Toolset: Admin
Parameters:
teamId (string) required: UUID of the team
uuids (array) required: UUIDs of users to set as team members (replaces existing)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuids | Yes | UUIDs of users to set as team members (replaces existing) | |
| teamId | Yes | UUID of the team |