List Punch List Manager Options
list_punch_list_manager_optionsList users who can be assigned as punch managers for a project. Supports pagination and search by name to find and assign the right manager.
Instructions
Returns login informations that the current User can assign to Punch Items as Punch Manager. Use this to enumerate Punch List records when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Punch List records. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id. Procore API: Project Management > Punch List. Endpoint: GET /rest/v1.0/projects/{project_id}/available_punch_item_managers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) | |
| query | No | Query string parameter — return items matching the specified search query. Searches by user name and company name. |