list_distribution_groups
Retrieve distribution groups from Procore to manage project communication lists and user permissions efficiently.
Instructions
List Distribution Groups. [Core/Directory] GET /rest/v1.0/companies/{company_id}/distribution_groups
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| page | No | Page | |
| per_page | No | Elements per page | |
| filters__search | No | Returns item(s) matching the specified search query string. | |
| with_domain_users | No | Return list of user IDs that have permissions to view specified domain. | |
| sort | No | Return items with the specified sort. | |
| view | No | Parameter affecting what level of detail will be returned from the endpoint. 'extended' will include the users included in each distribution group. |