acc_update_project_user
Update a project user's company, roles, or product access by email, automatically resolving to user ID.
Instructions
Change a project member's company, roles or product access. Accepts an email and resolves it to the user id automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | Project user id, autodeskId, or email | |
| products | No | Product access changes as key:access pairs, e.g. 'docs:administrator' or 'build:none' | |
| role_ids | No | Comma-separated role ids (REPLACES existing roles) | |
| company_id | No | New company id | |
| project_id | Yes | Project id |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |