Update Concierge Parameters
update_concierge_parametersUpdate selected concierge parameters for a Procore company, sending only the fields you want to change. Unspecified fields remain unchanged, and company_id can default from config.
Instructions
Updates an existing concierge parameter for the specified Procore company. Send only the fields you intend to change; omitted fields keep their current values. Pass the record's fields as top-level arguments — they are nested under "concierge" in the request payload for you. company_id defaults to the value set by procore_set_config when omitted. Returns the modified concierge parameter 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: Company Admin > Company Settings. Endpoint: PATCH /rest/v1.0/companies/{company_id}/concierge
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| estimated_initial_users | No | JSON request body field — estimated number of staff users in first three months | |
| estimated_initial_projects | No | JSON request body field — estimated number of projects in first three months |