Hey everyone!
We are configuring a connector for a web service application, but we are getting an error for some operations like enabling/desabling an account and adding an entitlement too:
Disable:
Enable:
Add group:
But despite the error, the operation is completed successfully in the application (the account is disabled/enabled or the entitlement is added to the account)
This is how we have configured the disable operation on ISC:
And the api call on postman:
We are not using any rules for those operations.
Thanks in advance.