Update User Project Roles
update_user_project_rolesUpdate the set of users associated with a project role by specifying user IDs; any omitted users are removed from that role.
Instructions
Set which Users are associated with a specific Project Role. Will remove any users associated with the role if they are not included in the user_ids parameter. Use this to update an existing Project records (only the supplied fields are changed). Updates the specified Project records and returns the modified object on success. Required parameters: id, project_id, user_ids. Procore API: Core > Project. Endpoint: PATCH /rest/v1.0/projects/{project_id}/user_project_roles/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — iD of the Company Role | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| user_ids | Yes | JSON request body field — user IDs to associate with the Project Role |