Reactivate Company User
reactivate_company_userReactivate a company user in Procore by providing the company ID and user ID. Updates only specified fields and returns the modified user record.
Instructions
Reactivate the specified User. 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, and id must identify an existing parent record — resolve it with the matching list tool first. Returns the modified company user 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, id. Procore API: Core > Directory. Endpoint: PATCH /rest/v1.0/companies/{company_id}/users/inactive/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Directory resource | |
| company_id | Yes | URL path parameter — unique identifier for the company. |