I have configured a new SCIM 2.0 application in IIQ. i am able to perform Create, Update and Delete. when i am trying to perform Enable/disable i am getting the below error.
Error while performing operation : Update Account Error code : 400 {“error”:“Bad Request”,“message”:“Cannot invoke “com.unboundid.scim2.common.Path.toString()” because the return value of “com.unboundid.scim2.common.messages.PatchOperation.getPath()” is null”,“path”:“/idp-sync/Users/[email protected]”,“status”:400,“timestamp”:“1747053649430”}
I have configured all the attributes (op = replace, path = active, value = true) in provisioning policy. and I enabled PATCH attribute as well.