Bulk Create Project Memberships
bulk_create_project_membershipsAdd multiple reference users to a project in one request. Creates directory records for each party, with per-item success or failure status.
Instructions
Bulk Create Project Memberships for many parties on the given Project. This endpoint can currently only be used to add reference users to a project. It cannot be used to add a user who has a login or to add vendors. Use this to create many Directory records records in a single request. Creates many Directory records records in one request and returns the created collection (HTTP 201). Partial failures may occur — check each item's status. Required parameters: project_id, party_ids. Procore API: Core > Directory. Endpoint: POST /rest/v1.0/projects/{project_id}/project_memberships/bulk_add
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| party_ids | Yes | JSON request body field — array of party identifiers |