Unknown error on operations for web-service connector

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.

Can you check CCG logs by enabling “DEBUG” level logging?

1 Like

Have you defined a “Get Object” call? And if so, does that function? In some cases (can’t remember when) the “Get Object” call is made after the provisioning actions. So it could be that your provisioning actions are working, but your Get Object is failing.