list_inactive_project_people
Retrieve inactive personnel from a Procore project directory to manage team access and update project records.
Instructions
List Inactive Project People. [Core/Directory] GET /rest/v1.0/projects/{project_id}/people/inactive
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ID of the project | |
| view | No | Specifies which view of the resource to return (which attributes should be present in the response). Users without read permissions to Directory are limited to the normal and extended views. If a v... | |
| page | No | Page | |
| per_page | No | Elements per page | |
| filters__is_employee | No | If true, returns item(s) where `is_employee` value is true. | |
| filters__reference_users_only | No | If true, returns only people who are reference users. | |
| filters__without_reference_users | No | If true, returns only people who are not reference users. | |
| filters__include_company_people | No | If true, returns people in the Company not just the Project. This option only works if the user has permission to create people in the project directory or permission to read from the company direc... | |
| filters__search | No | Returns People where the search string matches the Person's name (first, last, or full), email address, mobile phone, business phone, fax number, or job title. | |
| filters__connected | No | If true, returns only people who are connected users. If false, returns only people who are not connected users. | |
| filters__vendor_id | No | Return item(s) with the specified Vendor IDs. | |
| filters__job_title | No | Returns only people who have the specified job title. | |
| filters__country_code | No | Returns only people who have the specified country code. | |
| filters__state_code | No | Returns only people who have the specified state code. | |
| filters__trade_id | No | Array of Trade IDs. Returns item(s) with the specified Trade IDs. | |
| filters__permission_template_id | No | Array of Permission Template IDs. Returns item(s) with the specified Permission Template IDs. | |
| sort | No | Return items with the specified sort |