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.