add_team_member_to_project
Assign a team member to a project by providing user ID and role in a JSON object.
Instructions
Add a team member to a project. fields_json is a JSON object with userId, role, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| fields_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |