Call to retrieve data for one specific person returns 403 Forbidden

General discussion

I have used this API for a long time to get certain field values like this:

https://api.icims.com/customers//people/?fields=field14636,field24261,workexperience,field23767,firstname,lastname,email

It has always worked in the past, but now there is one personID in our system that always returns this response:

{
"errors": [
{
"errorMessage": "Person is not accessible.",
"errorCode": 3
}
]
}

search if specific Talent pool exists for a person.

General discussion

I want check if a specific talent pool exists in Souring workflow for a person or not. This is a combined search.
example: I have a test profile in iCIMS with id: 563226 and under sourcing workflows, the talent pool(I guess this is also called a base profile) associated with this profile is 26571. Now my question is, Can we check if this person(563226) has a talent pool 26571 through API call? and the last updated date of this talent pool(26571).

Please help me with the API call details by taking the above example.

Thanks in advance

Recruiting Workflow-Get All status

General discussion

Dear sir/Mam,
I want to know how i can get all recruiting candidate status ? Is there any API by which i can get or something else.
ex. (Interview Scheduled,Offer Accepted,Offer Declined/Rejected etc)
I have use all status that mentioned in Recruiting models but getting few new status in API response.
ex. ("Recruiter Review - Reviewed; Not Selected") i have not found this status in iCIMS developer site.
I have use status from below model :
(https://developer.icims.com/Data-Models/Recruiting-Workflow)
Please do something needful.

Getting List of Profiles

General discussion

I need to get a list of jobs and a list of candidates that have applied for the job along with their details. Reading the documentation, the only way to do it is to use the search API to get the list and sending separate request for each search result to get the details. Is it possible to do it in a different way (preferably a single request to get the list and its details)?