People
This endpoint lets you find people in a particular organization. When filtering by job function or job level, please use the values from our web application.
Successful calls to this endpoint consume API credits from your account. The number of credits used depends on the number of people found. Each person found costs 1 credit.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
organizationany ofRequired
Organization to enrich
or
or
limitinteger · min: 1 · max: 250OptionalDefault:
Maximum number of people to return
10offsetinteger · max: 10000OptionalDefault:
Number of results to skip
0filtersany ofRequired
Filters to apply to the people search. Can be either a Filters object or a Query object.
or
Responses
200
Successful Response
application/json
422
Validation Error
application/json
post
/v3/people/findLast updated