create_project_membership
Adds a user or group to a project and assigns specific roles. Use to manage project membership efficiently.
Instructions
Adds a user or group to a project with the specified roles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID (numeric) or identifier (string). Required | |
| user_id | No | Numeric user ID to add. Provide either user_id or group_id | |
| group_id | No | Numeric group ID to add. Provide either user_id or group_id | |
| role_ids | Yes | Array of role IDs to assign (required) |