HI All,
I have two entitlement types (Role and teams) data from single Endpoint that are attached to single user. How to aggregate this data in webservice connector
Hi Shantha,
This is the sample response of an endpoint for a particular user.
Endpoint
http://{environment}/user/{id}/roles_and_teams
Hope this is clear
My concern is to fetch multiple entitlements from single endpoint. Can you help me with rule. I think that is the solution. can anyone help me with this.
For the above scenario, you can use a ‘Web Services Before Operation’ rule to import all the entitlements by concatenating the role ID and product ID (e.g., roleId:productId). While provisioning, use a ‘Before Operation’ rule to reverse the process.