Does webservice connector supports GROUPS_HAVE_MEMBERS

Which IIQ version are you inquiring about?

IIQ 8.4p2

Share all details about your problem, including any error messages you may have received.

I am trying to use webservice connector to aggregate users and group membership but group membership is only available in group endpoint(s) and would like to see if I can use “GROUPS_HAVE_MEMBERS” featureString or similar to aggregate user group during the group(s) aggregation.

Please let us know if this is possible. Thank you.

Hi @kumar_k

Is the application providing /groups endpoint in web service connector ?

In the account aggregation you have groups/roles as entitlement in the schema and map them that way if there are members in the groups you can get the data via account aggregation

Hi @vinnysail ,

Yes, we have /groups endpoint and also we have configured groups as entitlements. In our use case, we don’t have end point to get the list of group membership for a user to configure in account aggregation.

The targer application only has end points to get group membership based on group (NOT based on user) so I was trying to see how I can configure group membership to be aggregated when the membership data is received during the group aggregation (instead of Account aggregation).

I saw some community posts regarding the this featuresString (GROUPS_HAVE_MEMBERS) and thought to check if this supported by webservice connector.