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