update_project_user
Modify user details within a Procore project to update contact information, roles, or permissions for project team members.
Instructions
Update project user. [Core/Directory] PATCH /rest/v1.0/projects/{project_id}/users/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | ID of the user | |
| run_configurable_validations | No | If true, validations are run for the corresponding Configurable Field Set. | |
| abbreviated_name | No | The Initials of the Project User | |
| address | No | The street Address of the Project User | |
| avatar | No | Project User Avatar. To upload avatar you must upload whole payload as `multipart/form-data` content-type and specify each parameter as form-data together with `user[avatar]` as file. | |
| business_phone | No | The Business Phone number of the Project User | |
| business_phone_extension | No | The Business Phone Extension of the Project User | |
| city | No | The City in which the Project User resides | |
| country_code | No | The Country Code of the Project User (ISO-3166 Alpha-2 format) | |
| email_address | No | The Email Address of the Project User | |
| email_signature | No | The Email Signature of the Project User | |
| employee_id | No | The Employee ID of the Project User | |
| fax_number | No | The Fax Number of the Project User | |
| first_name | No | The First Name of the Project User | |
| is_active | No | The Active status of the Project User | |
| is_employee | No | The Employee status of the Project User | |
| job_title | No | The Job Title of the Project User | |
| last_name | No | The Last Name of the Project User | |
| mobile_phone | No | The Mobile Phone number of the Project User | |
| notes | No | The Notes (notes/keywords/tags) of the Project User | |
| state_code | No | The State Code of the Project User (ISO-3166 Alpha-2 format) | |
| vendor_id | No | The Vendor ID of the Project User | |
| zip | No | The Zip Code of the Project User |