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.

Find people at an organization

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
organizationany ofRequired

Organization to enrich

or
or
limitinteger · min: 1 · max: 250Optional

Maximum number of people to return

Default: 10
offsetinteger · max: 10000Optional

Number of results to skip

Default: 0
filtersany ofRequired

Filters to apply to the people search. Can be either a Filters object or a Query object.

or
Responses
chevron-right
200

Successful Response

application/json
idstring · uuidRequired
credits_usedintegerRequired
credits_remainingintegerRequired
people_countintegerRequired
people_data_urlstring · uri · min: 1 · max: 2083Required
post
/v3/people/find

Last updated