I made a map with a service coming from here:
http://services.arcgis.com/hRUr1F8lE8Jq2uJo/ArcGIS/rest/services
I've since forgotten the username of the person who published these services. So how do I get the username of this person?
Thank you!
Solved! Go to Solution.
John, you can perform a search using the id from the rest url you provided (hRUr1F8lE8Jq2uJo). This is the id for the organization hosting the services. When querying for content using the org id, search will return all (public) content owned by the organization. From the search results, you can then see specific owners.
Here is the query:
http://www.arcgis.com/home/search.html?q=orgid%3AhRUr1F8lE8Jq2uJo
thanks,
Chris
Are those by any chance services put out by Esri? I'm not sure, but dlaw-esristaff might be able to answer that.
John, you can perform a search using the id from the rest url you provided (hRUr1F8lE8Jq2uJo). This is the id for the organization hosting the services. When querying for content using the org id, search will return all (public) content owned by the organization. From the search results, you can then see specific owners.
Here is the query:
http://www.arcgis.com/home/search.html?q=orgid%3AhRUr1F8lE8Jq2uJo
thanks,
Chris
Thanks Chris! I didn't know you could search by 'orgid:'
Exactly what I needed. Thanks!