generates_pdf_document
Generate PDF documents for Procore project users with customizable filters for vendors, trades, permissions, and contact details.
Instructions
Generates PDF Document. [Core/Directory] POST /rest/v1.0/projects/{project_id}/users/pdf
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| filters__permission_template | No | Permission Template ID. Returns item(s) assiociated with the specified Permission Template ID. | |
| filters__vendor_id | No | Return item(s) with the specified Vendor IDs. | |
| filters__id | No | Returns users whose id attribute matches the parameter. | |
| filters__except_id | No | Returns users except as specified. | |
| filters__trade_id__ | No | Returns users whose vendor record is associated with the specified trade id(s). | |
| contact | No | Indicates whether contacts should be included in PDF document. | |
| vendor | No | Indicates whether vendor should be included in PDF document. | |
| user_role | No | Indicates whether user_role should be included in PDF document. | |
| grouped_by_vendor | No | Indicates whether users should be grouped by vendor. |