add_user_to_project
Add a user to a project by providing user ID and project ID, and choose their role (admin, editor, or viewer).
Instructions
Add a user to a project with a project role (admin/editor/viewer). Find user IDs with list_users and project IDs with list_projects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project ID | |
| userId | Yes | User ID (see list_users) | |
| role | No | Role of the user inside the project | project:editor |