Multiple entitlement type in single endpoint

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

Sample data
</
{
“items”:[
{
“Role”:{
“id”:“A”,
“name”:“a”
},
“team”:{
“id”:2
“name”:“b”
}
}

]
}
/.>

@kani1 Are you referring that, there is no entitlement to account relationships for role and teams in the endpoint provided?

Thanks.

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

You can try this Reverse entitlement aggregation for Web Services connector

1 Like

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.

Hi @kani1

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.

1 Like

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