Ability to Add Tags to Users in ArcGIS Online

1248
1
05-19-2021 09:53 AM
Status: Open
kdaw_gis
New Contributor II

I have a large number of users in my organization from various departments in a large company. This makes it hard to keep track of who works where.  In the current ArcGIS users list page, it is not possible to see where these users work or similar information. The only information that is available is the remaining credits, AGOL role, and last login.

It would be great to have the ability to use the ArcGIS Online UI to add tags to a user. This would be something similar to what is already active on ArcGIS Online items. You would be able to tag them with the department they work in or the role (i.e. GIS Analyst). It would be available on the users page similar to how tags are used on the content pages.

This would allow the administrator to filter the users and even know what area they work in without referencing a separate spreadsheet or database. It would also allow for administrative dashboards and reports such as this one for AGOL content: https://www.esri.com/arcgis-blog/products/arcgis-online/administration/managing-arcgis-online-conten...

 

The current workarounds for this are overly complicated or not ideal: 

- Have separate AGOL organizations for each department or group.

- Have each user update their AGOL profile with department information. 

 

 

 

 

 

1 Comment
PeterKnoop

It would be great to see user tags surfaced in the user interface for purposes like filtering, sorting, and searching. It would be helpful when viewing lists of users, as a column in appropriate types of usage report exports, as a filtering option for some of the views in the Status Dashboard, and so on. Basically anywhere that one of the axes of presentation is users.

(Behind the scenes the User object already supports a tags property, however, it is not currently surfaced in the UI. You have to utilize it via the Python or REST APIs, e.g., see the property list for arcgis.gis.User. For example, you could use information from your organization's enterprise directory store to set tags on users via a scheduled ArcGIS Online Notebook every night. You cannot currently do anything with the tags via the UI, however, you can use the tags programmatically, such as with this Usage Dashboard.)