GET /rest/v1.0/companies/{company_id}/people

Return a list of People associated with a Company. Includes users in the directory and reference users.

See Filtering on List Actions for information on using the filtering capabilities provided by this endpoint.

Servers

Path parameters

Name Type Required Description
company_id Integer Yes

ID of the company

Request headers

Name Type Required Description
Procore-Company-Id Integer Yes

Unique company identifier associated with the Procore User Account.

Query parameters

Name Type Required Description
page Integer No

Page

filtersconnected Boolean No

If true, returns only people who are connected users. If false, returns only people who are not connected users.

filtersvendor_id[] Array No

Return item(s) with the specified Vendor IDs.

filtersjob_title String No

Returns only people who have the specified job title.

filterswithout_reference_users Boolean No

If true, returns only people who are not reference users.

filtersreference_users_only Boolean No

If true, returns only people who are reference users.

per_page Integer No

Elements per page

filtersis_employee Boolean No

If true, returns item(s) where is_employee value is true.

filterssearch String No

Returns item(s) matching the specified search query string.

filtersstate_code String No

Returns only people who have the specified state code.

filtersinclude_company_people Boolean 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 directory.

filterstrade_id[] Array No

Array of Trade IDs. Returns item(s) with the specified Trade IDs.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.