Background Check Integration API
Hello Experts!
I am currently working on integrating our background check vender with ORC and I’m running into issues with the API to use.
When I tried to call the job requisition API (/hcmRestApi/resources/latest/recruitingJobRequisitions) and the department API (/hcmRestApi/resources/11.13.18.05/organizations) using the account created for the vendor, I only receive the below response and not the content (RequisitionID, RequisitionName, etc) that I was expecting.
{
"items": [],
"count": 0,
"hasMore": false,
"limit": 25,
"offset": 0,
"links": [ {
"rel": "self",
"href": "****************",
"name": "recruitingJobRequisitions",
"kind": "collection"
}]
}
The account for the vendor contains a custom role with the following privilege:
Use REST Service - Candidate Background Checks