Is it possible to create an ArcGIS Online user via a rest endpoint?

4336
3
Jump to solution
11-13-2014 09:32 AM
PaulLivingstone
New Contributor III

Trying to do this in Python but can't see anything in the API.

0 Kudos
1 Solution

Accepted Solutions
PaulLivingstone
New Contributor III

Found that you can create an ArcGIS Online user via the following endpoint:

     http://<yourcompany>.maps.arcgis.com/sharing/rest/portals/self/invite

You can call this after you have obtained a token from:

     https://www.arcgis.com/sharing/generateToken

View solution in original post

0 Kudos
3 Replies
TimothyHales
Esri Notable Contributor

You can do this with your own portal, but I am not sure the endpoint is open for ArcGIS Online.

Create User - ArcGIS REST API

0 Kudos
PaulLivingstone
New Contributor III

Thanks for the response. Unfortunately I think you are right.

0 Kudos
PaulLivingstone
New Contributor III

Found that you can create an ArcGIS Online user via the following endpoint:

     http://<yourcompany>.maps.arcgis.com/sharing/rest/portals/self/invite

You can call this after you have obtained a token from:

     https://www.arcgis.com/sharing/generateToken

0 Kudos