Update Project Distribution Group
update_project_distribution_groupUpdate a project's distribution group by specifying the project ID and distribution group ID, modifying only supplied fields.
Instructions
Update a Distribution Group associated with the given Project. Use this to update an existing Directory records (only the supplied fields are changed). Updates the specified Directory records and returns the modified object on success. Required parameters: project_id, distribution_group_id. Procore API: Core > Directory. Endpoint: PATCH /rest/v1.0/projects/{project_id}/distribution_groups/{distribution_group_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| distribution_group_id | Yes | URL path parameter — unique identifier for the distribution group. | |
| Idempotency-Token | No | JSON request body field — unique idempotent token | |
| name | No | 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 |