People Search API



The following URL runs to success in Postman and returns the first 1000 rows of data.

{{baseURL}}/customers/{{customer}}/search/people

Anytime a filter is applied, the call fails.  Variations on the filter have not been successful either. What needs to be changed for the filter to work?

{{baseURL}}/customers/{{customer}}/search/people?searchJson={"filters":[{"name": "person.lastname","value":["Smith"],"operator":"=="}]}

Error Message:

{

    "errors": [

        {

            "errorMessage": "Error  while Proxying Request",

            "errorCode": 0

        }

    ]

}

Submitted by JonathanF on February 06, 2024 Permalink

What HTTP Method are you using?

It needs to be a POST with the query as a JSON body.

or at least this is what is working for me 

Submitted by CarolynC on February 23, 2024 Permalink

Hello, you can also find detail on filters that can be used with iCIMS Search API here:  https://developer-community.icims.com/api/241.