HOW TO

Identify original owners of reassigned content in ArcGIS Online

Last Published: April 14, 2025

Summary

Identifying the original owner of reassigned content in ArcGIS Online helps maintain accountability and streamline collaboration. This practice ensures teams can track content history, preserve knowledge continuity, and prevent data loss or duplication, enhancing overall efficiency.

This article provides the workflows to identify the original owners of reassigned content in ArcGIS Online.

Procedure

Monitor the organization activity report with an activity log

Create an activity log in ArcGIS Online to track events and monitor organizational activity. Refer to ArcGIS Blog: Exploring the organization activity report for instructions and more information.

Use the History API to download an audit log CSV file

Download the audit log as a CSV file by modifying the URL with the organization ID, item ID, and token to view a more detailed history of the item.

  1. Obtain the organization ID.
    1. Log in to ArcGIS Online with administrator credentials.
    2. Copy the organization ID from the URL in the browser address bar.
The organization ID in the URL
  1. Obtain the item ID from the item page.
    1. Click Content > My content.
    2. Browse to the desired item, click More Options The More Options button, and select View details.
    3. On the item page, under the Details section of the Overview tab, copy the item ID. Optionally, copy the item ID from the URL in the browser address bar.
The Details section in ArcGIS Online
  1. Obtain the token.
    1. On the item page, right-click the page and click Inspect from the drop-down menu.
The Inspect option from the drop-down menu
  1. Click the Network tab and type self into the Filter box.
The filter box in the Network tab
  1. On the keyboard, press Ctrl + R to record the reload.
  2. In the Name column of the Requests table, click the URL request containing the token value.
The URL with the token value in the Name column of the Requests table
  1. Click the Headers tab. Under the General section, for Request URL, copy the token value.
The Request URL in the General section under the Headers tab
  1. Paste the copied organization ID, item ID, and token in the request URL in the browser address bar as follows to automatically download the audit log CSV file:
https://<organizationID>.maps.arcgis.com/sharing/rest/portals/self/history?all=true&sortOrder=desc&f=csv&num=100&ID=<itemID>&token=<token>

The audit log CSV file below shows the Owner column displaying the history of content ownership.

The history of ownership of the content item in a CSV file

Article ID: 000035138

Software:
  • ArcGIS Online

Receive notifications and find solutions for new or common issues

Get summarized answers and video solutions from our new AI chatbot.

Download the Esri Support App

Related Information

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options