profiles

Aggregate profile field values

Return distinct values for a single profile field matching a text query (e.g. autocomplete for locations or current job titles).

post/v2/profiles/aggregate

Request body

querystring required

Text to match (minimum 3 characters)

field'location' | 'currentJobTitle' required

Field to aggregate

Response

Aggregated values

fieldstring required

The aggregated field

valuesstring[] required

Distinct values for the field

Changes

No recorded changes to this endpoint across all 3 revisions of this API.