We have several contractors who have AGO Ids created by their organizations that I have invited to various groups within my organization. Right now, the only way I can keep track of these users, that I know of, is by keeping a separate list. I can identify those groups that have members from outside my organization which is a start but still lots of clicking and still requires me to keep a separate list. It would be nice to be able to create a report that shows just those individuals that are outside of my organization and what groups they belong to. Is there a way to do this?
Hey Jim,
It is an interesting query. My first thought would be to use the ArcGIS API for Python as you can return a list of group members using the get_members() method.
Hope that helps,
David