Share all details related to your problem, including any error messages you may have received.
Hi All
Can someone let me know How to manipulate the request body going to target for a SCIM2.0 connector.
Unlike Webservices we don’t have the before / after rules to make changes to the JSON request body being sent
Hi @sreeram -
Thanks for your input . The main problem here is where to inject our logic, as we don’t have any before or after rules placeholder for scim connector.
I don’t think there is a direct way to modify SCIM body. You might be able to make few changes in the body by changing the provisioning plan in BeforeProvisioningRule. This might help you to have certain values as list in the body etc.