Click HERE to see how Saviynt Intelligence is transforming the industry. |
07/15/2024 06:26 AM
Hi Team -
I have a rest application that only has below endpoints available
1) Get Org (gives the details of all the orgs such as org name, org id etc..)
2) Get users from Org (gives the members details when I pass the Org name by iterating from the 'Get Org' returned values )
There is no direct API to pull all the users for use in accountParams. Please can someone advise if there is a way to pull users still and map them to the orgs?
Note: I do not have users returned as part of the 'Get Org' call, members are only returned with the 'Get users from Org' call when I iterate through each Org
Thank you
07/15/2024 07:20 AM
Is this for GitHub application, you can refer github connector json its similar
07/15/2024 07:45 AM
@rushikeshvartak , It is not for Github but for an Azure DevOps app, which does not have API to pull users list available and only has endpoints to fetch all the Orgs and the members from each Org