WebService entitlements aggregation

Hi all,

We are trying to add entitlements and accounts in a WebService connector.

The JSON response is as follows for entitlements:

image

The problem we have is that we are not able to get more than one entitlement. For the entilements aggregation operation in the response mapping section we have the following configuration:

image

With this configuration we get an error, it tries to put all the id’s and all the names for the same entitlement.

If we put instead of * a numerical index like 0 or 1 ($.entitlements[0].id) it works and we get that entitlement, so we are only able to get one entitlement but not more than one.

How can we configure it to get more than one entry individually? We have the same problem for user accounts.

Thanks you

Hi @apino

In your response information put the root path as $.entitlements (Root Path is the common path present in the JSON response) & in Response Mapping provide name in attribute path.

For more details, please refer JSON Response Examples (sailpoint.com)

thank you very much @AnamicaShroti, I had not understood it that way when I read the documentation.