Entitlement Aggregation (Web service connector)

Hi All,

I am trying to do an entitlement aggregation which is passing but not aggregating any entitlemnt.

On checking the JSON path using https://jsonpath.com/ tool and it’s giving me the desired output but in web service integration its not working .



Can someone help me with what is wrong here?

Hi @VarunShukla,

I have created a similar JSON object:

Please try the following JSONpath Expression:
$.['task_status'].['payload'].['User Roles'].['User Roles']

Hope this helps!

Hi Kartik,

thank you for reply but its not working and giving same output as no entitlement found for [‘User Role’] in VA logs.

Try $.['task_status'][0] instead of $.['task_status']

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.