Employee Data
...
Endpoints
Mapping Endpoint
4 min
data type base employee api query type coresignal's custom endpoint url https //api coresignal com/cdapi/v2/employee base/map/ids since ids used in the base employee api might be different from those used in employee api, you need to map them the mapping endpoint is developed for quick and accurate migration between apis request body you need to enter the list of ids for it to be mapped the mapping ids list can include up to 10k ids example input code \[ 11111111, 22222222, 333333333 ] response body response structure should look like this true false 176false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type response body example { "total id count" 3, "mapped id count" 3, "unmapped id count" 0, "mapped ids" { "11111111" 11111111, "22222222" 22222222, "333333333" 333333333 }, "unmapped ids" \[] }