Get users that have pending invitations to my ArcGIS Online Org.

576
1
Jump to solution
05-17-2018 06:36 AM
TobiasFimpel
Occasional Contributor

How can I use the ArcGIS API for Python to see which users currently have pending invitations to my ArcGIS Online organization?

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
ScottMoore__Olympia_
Esri Contributor

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=js...{token}

View solution in original post

1 Reply
ScottMoore__Olympia_
Esri Contributor

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=js...{token}