profiles
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
Changes
No recorded changes to this endpoint across all 3 revisions of this API.