SailPoint ISC Workflow Action httprequest, how can i get response for comparing the results?

Hi,
I am using http request action for the first time in SailPoint ISC, I am trying to call Search API of Sailpoint ISC itself, (want to know if its okay to do that),

As I configured the httprequest step, I wanted to get response and compare the response object’s key value with some static text in next step.

However not finding about how to get the response values in next step.

Any insights are welcome!

Thanks,
Vaibhav

Hi @vdivakar

Yes , you can make a search api call using HTTP Operation.

Configure HTTP operation with same details that we do for postman

To use it in the next steps , refer th To access the API’s response data in subsequent steps, use the variable $.hTTPRequest.body[*].

Remember, the specific way you use this body data will depend on your particular workflow and requirements.

Thanks

1 Like