Create Project Distribution Group
create_project_distribution_groupCreate a distribution group for a project in Procore. Provide project ID and group name to add a new directory record.
Instructions
Create a new Distribution Group associated with the given 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, name. Procore API: Core > Directory. Endpoint: POST /rest/v1.0/projects/{project_id}/distribution_groups
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| Idempotency-Token | No | JSON request body field — unique idempotent token | |
| name | Yes | JSON request body field — the Name of the Distribution Group | |
| description | No | JSON request body field — the description for this Directory operation | |
| user_ids | No | JSON request body field — user IDs to associate with the Distribution Group |