Employees Assigned Position
Get the match scores between Employees and their assigned position in bulk.
Employees without an assigned position will be included in the result, with job_id=null
and score=0.0
.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
If set to explained
, the response will include an explanation of the match.
Available options:
simple
, explained
Body
application/json
The number of Employees to show on a single page.
Required range:
1 < x < 100
The external_id
of the Employee to continue looking from.
Maximum length:
100
A set of filters to apply on the Employees.
Response
200
application/json
OK
Was this page helpful?