Description

This forum is used to ask questions regarding the Standard Integrations

SandBox Testing. Getting "You do not have permission to access this profile due to search locks"

Standard Integration Questions

Hi,

Was able to retrieve candidate ID 2969 (url:https://api.icims.com/customers/6271/people/2969) via postman.

After editing Candidate ID 2969 (logging into the sandbox and tried to add phone/address/school/license) got the error "You do not have permission to access this profile due to search locks" while saving and as well doing a people search by typing in '2969' in the search window.

New Integration Questions SASS

Standard Integration Questions

• I am assuming just like in the current integration we will have the option to store and associate different locations (ie cust-numbers) and package numbers from our side to the rec? These will be associated to the rec and included with the data set for the candidate background request. This information is necessary to tell us what to order and where to put it.

Background Check Results and Status URL

Standard Integration Questions

Hello,

We provide background check details to our clients by exposing a POST REST endpoint.
In the payload we expect XML with credentials (client name, password, and some candidate ID).

How can ICIMS platform users access this endpoint?

When we do patches to update the background check status, we can send a link:
Order Status: In-Progress Vendor
Result URL: {BACKGROUND CHECK STATUS LINK HERE}
according to: https://developer.icims.com/Standard-Integrations/Partner-Screening

Using Third Party Plugin for MS SQL Integration Service to Connect to API EndPoints

Standard Integration Questions

Within the plugin there is a preview section that works great after configuring the URLs, Authorization header, etc.

Outside the preview section when executing the whole ETL process I get a HTTP Error Code 406.

Looking around I found out this
"The resource identified by the request cannot provide any of the acceptable content-types specified in the Accept header of the client request."

Any suggestion on what entries are needed on my header to make this work?

Replying to ICIMS with an Error Message

Standard Integration Questions

Hi,

I need to send back an error message to ICIMS.
I followed the instructions on https://developer.icims.com/REST-API/Error-Handling-and-Reporting but I still can't see the error messages.

This is the json message I am sending:
{
"error": {
"userMessage": "Invalid fields - Bad applicant last name.",
"debugErrorMessage": "Invalid fields - Bad applicant last name."
}
}

Thank you.