Fetching accounts from a group membership API call

For a web service application,

Account aggregation API /users doesn’t provide group membership details. Unique attribute for username is email

Group aggregation API /groups fetches all groups with members as well in its response. I have mapped members (schema attribute) with members[*].value (which brings in user emails as members)

Issue is how can i configure account link to show groups of a user? Even in entitlement catalog, I can see members in object properties tab of entitlement as an attribute but not in Members tab.

Hii @kkanathe ,

Please refer below link.

Solved: Webservice account aggregation not bringing groups - Compass

Hi @kkanathe

Do you have any API to fetch groups assigned to each user something like - /v1/users/{id}/roles

If yes, you can call this API through code in Customization Rule. So, for every account we will call this additional API to fetch group details, append to resourceobject.

Hi @tharshith - No we do not have an API to fetch users.

so which API will give you group membership info of users ?

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