How do I set a password per client?
Standard Integration QuestionsHello,
I am a developer for a background check company, and I am trying to integrate with icims.
When we get a post request from icims, we get jobId, customerId, personId, userId, etc.
Then we send a get request to icims to grab all needed information to start a background check.
How would I set a different password per client in the json fields?
For example, "password":"pw4client1" for Client 1 and "password":"pw4client2" for Client 2.
Is it even possible?
Thank you.