update_workspace_invitation
Update the role of a pending workspace invitation. Provide workspace_id, invitation_id, and the new role_id (1=Admin, 2=Editor, 3=Viewer) to change access permissions.
Instructions
Update the role assigned to a pending workspace invitation.
workspace_id: target workspace ID — get available IDs from list_workspaces()
role_id: 1 = Admin, 2 = Editor, 3 = Viewer
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role_id | Yes | ||
| workspace_id | Yes | ||
| invitation_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |