Which IIQ version are you inquiring about?
Version 8.2
Share all details related to your problem, including any error messages you may have received.
Hi experts,
Im facing a issue when I try remove roles via batch request. In this case we are using the following format in the csv file
operation,identityName,roles
RemoveRole,TestUser,ECI_BR_Role SAP TestRole
But when request is executed, role is not removed in the identity. From other side we have noted that attribute value of remove operation is detectedRole instead assignedRole, but in our case, all Business roles are assigned.
Also, we can see that request ends with status Finished, instead of return an error
<IdentityRequestItem application="IIQ" compilationStatus="Filtered" id="0a20b4aa8b511604818c25575aa03c4a" modified="1701433531947" name="detectedRoles" operation="Remove" provisioningEngine="IIQ" provisioningState="Finished" value="ECI_BR_Rol SAP TestRole">
<Attributes>
<Map>
<entry key="identityEntitlementId" value="0a20b4aa8b511604818c25575e173c5b"/>
</Map>
</Attributes>
</IdentityRequestItem>```
Any idea about this issue?