POST
request to /employees/<external_id>/matching_vacancies
. When you want to use
the default matching configuration, the request body below is sufficient. In
case you want to add filters & configure the matching score calculation, head
over to the next page!
score_min_threshold
and limit
.
/vacancies/<external_id>/matching_employees
.
matching_employees
and matching_vacancies
presenting the best
matches for a given entity, we can also zoom in on an individual match,
fetching not just the match score itself, but also the explanations behind it.
By sending a GET
request
to /employees/<external_id_1>/vacancies/<external_id_2>/match
, with query
parameter response_format=explained
, you can retrieve the relevant skills &
relevant experience, which explain the matching score.
You can then use these explanations to enrich your user experience, as well as
to assist users in providing feedback about the match.