Sync Company Users
sync_company_usersCreate or update a batch of company users in the Procore directory. Requires Directory Admin permissions.
Instructions
This endpoint creates or updates a batch of Company Users. See Using Sync Actions for additional information. Requires Directory Admin permissions. #### Country and State codes The country_code and state_code parameter values must conform to the ISO-3166 Alpha-2 specification. See Working with Country Codes for additional information. 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 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, updates. Procore API (v1.3): Core > Directory. Endpoint: PATCH /rest/v1.3/companies/{company_id}/users/sync
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | JSON request body field — the updates for this Directory operation | |
| company_id | Yes | URL path parameter — unique identifier for the company. |