PARTNERS - Please join us for our upcoming webinar:
Leveraging Intelligent Recommendations for Operational Transformation.
AMS Partners click HERE | EMEA/APJ Partners click HERE

REST connector - ImportAccountEntJSON query

shivmano
Regular Contributor III
Regular Contributor III

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 

2 REPLIES 2

rushikeshvartak
All-Star
All-Star

Is this for GitHub application, you can refer github connector json its similar 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

shivmano
Regular Contributor III
Regular Contributor III

@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