List Punch List Read User Options
list_punch_list_read_user_optionsRetrieve users with read access to a project's Punch List tool. Use pagination and filtering to find specific users by ID or search query.
Instructions
Returns login informations that have access to the Punch List tool. 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}/punch_list_read_user_options
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) | |
| filters__search | No | Query string parameter — filters results by the search query |