Requestendpoint body webconnector

Which IIQ version are you inquiring about?

Version 8.3

Share all details related to your problem, including any error messages you may have received.

I’m doing a webservice connector and due to logic processing I want to know if there is a way to create a new body for the requestEndpoint,
The json body is in this format:

[{
“param1”: “xx”,
“param2”: “xx”,
“param3”: “xx”
}]

as the endpoint accepts the body only when it is between […]

@massinissa
You can update the body based on your requirement using Before Operation Rule

Please refer to below wiki for details

IdentityNow Rule Guide - Web Services Before Operation Rule - Compass (sailpoint.com)

Though the article says Identitynow this rule is common for IdentityIQ as well, you have to attach this rule to operation where you need the request Body modifications

Hi Massinissa,

sure you can build a body and put in the requestendpoint, with setBody().

I think the endpoint accepts the body with […], because it expects an array of json object.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.