1

We are trying to fetch Roles and Groups for user in SuccessFactor but if we have 10,000 user then we have hit below API 10000 times which is causing performance issue.

So Is there any API where we get All Roles and Groups for All users in one go

--- Account Aggregation API ---

To List all the groups associate to User:

https://<>/odata/v2/getDynamicGroupsByUser?userId='0909'&groupSubType='permission'&$format=json

List all the roles associate to User:

https://<>/odata/v2/getUserByRBPRole?roleId='0009L'&$format=json

Boghyon Hoffmann
  • 17,103
  • 12
  • 72
  • 170
  • Unfortunately I couldn't find any API for this... – Sasku Feb 21 '20 at 10:55
  • 1
    https://<>/odata/v2/getUserRolesReport?userIds='rom1,admin' We have above which will give roles in XML reports for given users, but is it reliable API ? – Suraj Kudale Feb 21 '20 at 14:52

0 Answers0