Skip to main content

Retrieve a List of Sites and People

For research, reporting, and management purposes, integrators may need to regularly obtain a list of all the people or sites associated with a particular company. Use the following API operations to request the data:

  • Company People - Send a GET request to the /companies/COMPANY_ID/people endpoint to retrieve a list of all of the people associated with the specified company. The list includes ID numbers, roles, and permissions for each person.

  • Company Sites - Send a GET request to the /companies/COMPANY_ID/sites endpoint to retrieve a list of all of the sites that have been set up for a company. The list includes ID numbers, contact info, addresses, and installed application information for each site.

The Operation Definitions define the requests and include samples and responses.

An access or integrator token must be used to authenticate the requests. For more information, go to API Getting Started - Authentication documentation.