Which IIQ version are you inquiring about?
8.3
Please share any images or screenshots, if relevant.
Share all details about your problem, including any error messages you may have received.
*we are integrating a web services connector that allows us to query all the user’s accesses from an API.
We are able to get all the user’s data and format it so that it appears in the user’s application account profile and also in the entitlements tab.
Our goal is to have an operation that updates the link in IIQ for a specific user, since our API doesn’t have an endpoint that sends all the information for us to do a mass account agregation.
We also added a “getObject” operation that we want to use to manually update the user’s account. The operation is to be launched by clicking on the sync button in the View Identity > Accounts tab shown in the screenshot (or manually launched via a task for a specific user)
However, even though this button launches the operation and the after rule updated the response object by returning a new map of only the values sent by the API, the account attribute values are not updated and the identity’s entitlements are not updated either.
We tried to modify the API so that it sends less values, more values and different values and in those 3 cases, the account is not updated by the sync button.
I need some help to know if there is a different operation that allows us to accomplish this or if there’s a flaw in how we implemented it.
Any help is much appreciated
