v2
latestOpenAPI 3.1.02026-07-262653151.5 KBprofiles
Search for profiles ids
Search for profiles ids using the ElasticSearch Query DSL format
post/v2/profiles/search
Request body
Example request
{
"query": {
"match": {
"profile_info.job_title": {
"query": "Data Scientist"
}
}
}
}Response
A list of profile ids matching provided query