Create Project Membership
create_project_membershipAdd a reference user (without login) to a project by providing project ID and party ID. Creates a new project membership record.
Instructions
Create a Project Membership for a party 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 a new Directory records in Procore. Creates a new Directory records and returns the created object on success (HTTP 201). Required parameters: project_id, party_id. Procore API: Core > Directory. Endpoint: POST /rest/v1.0/projects/{project_id}/project_memberships
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| party_id | Yes | JSON request body field — the ID of the Party(reference user) to be added to the Project |