linear_addUserToTeam
Add a user to a Linear team by providing the team ID and user ID. Optionally assign owner role and set sort order.
Instructions
Add a user to a team
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | No | Whether the user should be a team owner | |
| teamId | Yes | ID of the team to update | |
| userId | Yes | ID of the user to add | |
| sortOrder | No | Optional membership sort order |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| team | No | ||
| user | No | ||
| owner | No | ||
| createdAt | No | ||
| sortOrder | No | ||
| updatedAt | No |