add_team_user
Add a user to a team by specifying team ID, user ID, and role (team-owner or team-member).
Instructions
Add a user to a team
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamId | Yes | Team UUID | |
| userId | Yes | User UUID to add | |
| role | Yes | Role in the team: 'team-owner' or 'team-member' |