Create ArcGIS Online User via REST API?

3130
1
03-28-2014 07:18 PM
JonSwoveland1
New Contributor II
Hey all,
I'm hoping someone can tell me if it is possible to create new AGOL user accounts for AGOL for Organizations (ie - not for Portal) via the REST API.
I have seen the following "Create User" endpoint spec:
http://resources.arcgis.com/en/help/arcgis-rest-api/#/Create_User/02r30000024z000000/

However, this endpoint does not seem to exist under my Organization site.
Regards,
Jon
Tags (2)
0 Kudos
1 Reply
BarryBiediger
New Contributor III
Jon,

How have you tried to hit that endpoint?  Have you made a POST request against the url with the proper parameters?  If you just put the url in a browser, you probably will get nothing more than an error back.  I haven't used Create User, but I've used some of the other functions.  Look at this code  for an example of how you would make a request to AGS Online via the REST API
0 Kudos