list_company_people
Retrieve and filter company personnel data from Procore, including employees, vendors, and contacts, with options to search by name, role, or status.
Instructions
List Company People. [Core/Directory] GET /rest/v1.0/companies/{company_id}/people
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | ID of the company | |
| view | No | Specifies which view of the resource to return (which attributes should be present in the response). If a valid view is not provided, it will default to normal. | |
| 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__without_reference_users | No | If true, returns only people who are not reference users. | |
| filters__reference_users_only | No | If true, returns only people who are reference users. | |
| 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__state_code | No | Returns only people who have the specified state code. | |
| filters__job_title | No | Returns only people who have the specified job title. | |
| filters__vendor_id | No | Return item(s) with the specified Vendor IDs. | |
| filters__trade_id | No | Array of Trade IDs. Returns item(s) with the specified Trade IDs. |