Bulk Add Company Users To Projects
bulk_add_company_users_to_projectsBulk add company users to multiple projects with a permission template in a single request, creating new directory records on success.
Instructions
This endpoint allows company users to be bulk added to multiple projects with a permission template in one request. If the user was already part of that project it will not update the assigned permission template. Use this to perform the bulk add action on Directory records. Creates a new Directory records and returns the created object on success (HTTP 201). Required parameters: company_id, users. Procore API (v2.0): Core > Directory. Endpoint: POST /rest/v2.0/companies/{company_id}/users/bulk_add
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| users | Yes | JSON request body field — array of existing company users with a permission template id and project id that they will be assinged to. The maximum amount per request is 50 user_id, project_id, permission_template_id triplets... |