linear_removeUserFromTeam
Remove a user from a team by providing team ID and user ID. Optionally also remove from parent teams.
Instructions
Remove a user from a team
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamId | Yes | ID of the team to update | |
| userId | Yes | ID of the user to remove | |
| alsoLeaveParentTeams | No | Also leave parent teams when removing membership |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamId | No | ||
| userId | No | ||
| success | No |