Create A New Crew
create_a_new_crewCreate a new crew within a Procore project by supplying the project ID and optional details like name, leader, members, and equipment to generate directory records.
Instructions
Create a new Crew associated with the specified Project. Use this to create a new Directory records in Procore. Creates a new Directory records and returns the created object on success (HTTP 201). Required parameters: project_id. Procore API: Core > Directory. Endpoint: POST /rest/v1.0/projects/{project_id}/crews
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| lead_party_id | No | JSON request body field — party Id of crew leader | |
| name | No | JSON request body field — crew Name | |
| party_ids | No | JSON request body field — array of party identifiers | |
| equipment_ids | No | JSON request body field — array of equipment identifiers |