linear_updateTeamMembership
Update a team member's role or sort order by providing the membership ID and the desired field values.
Instructions
Update a user's role in a team. Provide id plus at least one other field to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the team membership to update | |
| owner | No | ||
| sortOrder | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| team | No | ||
| user | No | ||
| owner | No | ||
| createdAt | No | ||
| sortOrder | No | ||
| updatedAt | No |