Sync Company Users
sync_company_usersCreate or update a batch of Company Users in the Procore Directory using sync actions. 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. Use this to update an existing Directory records (only the supplied fields are changed). Updates the specified Directory records and returns the modified object on success. 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 |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| updates | Yes | JSON request body field — the updates for this Directory operation |