linear_addProjectMember
Add a user to a Linear project by providing project ID and user ID to update project membership.
Instructions
Add a member to a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | ID of the user to add | |
| projectId | Yes | ID of the project to update |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | No | ||
| success | No | ||
| projectId | No |