Web Services Connector - Entitlement aggregation - result with jsonarray as the root

I think I have that one too :slight_smile:

After my first account aggregation, I get a list of user IDs. I need to use these user IDs to call a separate endpoint to get each user’s multi valued entitlements. My second account aggregation uses the Parent Endpoint tab to configure this.

Here is what the second API returns:

{
  "id": 0,
  "username": "string",
  "name": "string",
  ...
  ...
  ...
  "groups": [
    {
      "id": 0,
      "automatic": true,
      "name": "string",
      "display_name": "string",
      ...
    }
  ]
}

Here is how I configured Account Aggregation 2 to aggregate the groups as multivalued entitlements for each user.

1 Like