Update User Permission
update_user_permissionUpdate a user's access level for managed equipment in a company. Use to change permission to None, Read-Only, Standard, or Admin.
Instructions
Updating a Company Managed Equipment User Permission. Use this to update an existing Field Productivity records (only the supplied fields are changed). Updates the specified Field Productivity records and returns the modified object on success. 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 |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | No | JSON request body field — unique identifier of the Field Productivity resource | |
| 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 |