Update User Permission (Deprecated)
update_user_permissionUpdate user permissions for a company's managed equipment in Procore. Send only fields to change; omitted fields keep current values. Requires company_id.
Instructions
Updating a Company Managed Equipment User Permission. DEPRECATED: Procore has deprecated this endpoint (as of 2024-12-01). It is scheduled for removal on 2025-12-02; prefer a newer version of this resource where one exists, and use procore_search_endpoints to find it. Send only the fields you intend to change; omitted fields keep their current values. company_id defaults to the value set by procore_set_config when omitted. Returns the modified user permission on success. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: company_id. Procore API: Project Management > Field Productivity. Endpoint: PATCH /rest/v1.0/companies/{company_id}/managed_equipment/user_permissions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | JSON request body field — unique identifier of the Field Productivity resource | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| user_access_level_id | No | JSON request body field — user Access Level ID - '1' for None, '2' for Read-Only, '3' for Standard, '4' for Admin |