Contract Testing: Admin Patch Team Users
contract-testing_admin_patch_team_usersAdd or remove users from a team using JSON Patch operations. Requires team ID and a list of patch operations.
Instructions
Add or remove individual users from a team using JSON Patch (admin).
Toolset: Admin
Parameters:
teamId (string) required: UUID of the team
operations (array) required: JSON Patch operations to apply
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamId | Yes | UUID of the team | |
| operations | Yes | JSON Patch operations to apply |