How can I use the ArcGIS API for Python to see which users currently have pending invitations to my ArcGIS Online organization?
I am not sure if you can specifically in the Python API as I can't find a method to call in the API reference. Basically, you need to make a request to:
https://yourorg.maps.arcgis.com/sharing/rest/portals/self/invitations?start=1&num=10&type=email&f=json&token={token}
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.