v2
latestOpenAPI 3.1.02026-07-262653151.5 KBprofiles
Search for profiles ids
Search for profiles ids using the ElasticSearch Query DSL format
post/v3/profiles/search
Headers
x-authenticate-teamstring
Partner accounts only. When present, the request is executed in the context of the specified child team (use the team_id returned by Create Team). When omitted, the request runs as the team that owns the API key.
Request body
Example request
{
"query": {
"match": {
"profile_info.job_title": {
"query": "Data Scientist"
}
}
}
}Response
A list of profile ids matching provided query