Set Project Role
set_project_roleAssign a user's role in a project. Specify user ID, project ID, and role to update permissions.
Instructions
Set a user's role for a specific project. Idempotent.
Args:
userID (string, required): The user ID
projectID (string, required): The project ID
role (string, required): Role to assign (e.g., 'admin', 'developer', 'viewer')
Returns: Updated role assignment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | Yes | The project role to assign (e.g., 'admin', 'developer', 'viewer') | |
| userID | Yes | The user ID | |
| projectID | Yes | The project ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| message | No |