get https://developer.interactgo.com/api/people
This endpoint is the main interface for searching your people directory.
If a searchTerm is specified, this must be more than 2 characters long
Interact's search is configured to return a maximum of 10000 results even with paging, therefore if your system contains more than 10000 people, not all will be accessible.
To access all profiles in this scenario, you should specify some sort of filter to limit the results. The most effective way for this is to specify the alphabetFilter and make a call for each letter of the alphabet.
Deprecated: JobDescription
The JobDescription field is deprecated and will always return null. You should use the
/api/people/{id}/profile
endpoint to retrieve this attribute.