I inherited a bit of a mess in my orgs AGOL and we are trying to clean it up. I am wondering if there is a way to do a select all and change 'sharing' on item types in AGOL or do I have to go item by item. Does this require python somehow?
Solved! Go to Solution.
You can do this with the Python API or the GUI. If you do it within the ArcGIS Online interface, (assuming you're an administrator) you can view a user's content through the "manage users" option of the organization tab and then click on their username and "View all items". Within this interface, you can then bulk select items in their content and change the sharing settings. At the bottom of the page, you can set it to display up to 100 items at once so that you can select more items at a time.
You can do this with the Python API or the GUI. If you do it within the ArcGIS Online interface, (assuming you're an administrator) you can view a user's content through the "manage users" option of the organization tab and then click on their username and "View all items". Within this interface, you can then bulk select items in their content and change the sharing settings. At the bottom of the page, you can set it to display up to 100 items at once so that you can select more items at a time.
Thank you! Doing it on the user content page was the ticket. I've never needed to do this before haha. What I am fixing shouldn't have happened...