EsriEduNL / veldwerk2.0

WebApp to use ArcGIS Online Organization account for student field trips
GNU General Public License v2.0
1 stars 0 forks source link

function createStudentUser results in error #24

Closed dhunink closed 9 years ago

dhunink commented 9 years ago

{"error":{"code":400,"messageCode":"GWM_0002","message":"Invalid URL","details":[]}}

mvanhulzen commented 9 years ago

possible solution: change portalurl to xxx.maps.arcgis.com instead of arcgis.com for this call

dhunink commented 9 years ago

Fixed by replacing with the following url var requestUrl = portalUrl + "/sharing/rest/portals/" + portal.id + "/users";