Select to view content in your preferred language

How to get the list of top 5 users?

992
3
05-26-2024 11:51 PM
Status: Open
AYUSHYADAV
Regular Contributor

Hi,

We have a big ArcGIS Enterprise portal. I wanted to create an analysis from which I can get the list of the top 5 or 10 users based on the total no. of contents and size of items in GB on the ArcGIS portal.

Any response will be appreciated. 

Thanks

Ayush

3 Comments
LanceKirby2

You can use the ArcGIS Python api to get a list of all users. Then loop over each one and get a list of content. Then for each item calculate the size of it and write out all the data or process it in memory to aggregate the total size used by user.

LanceKirby2

You can use the ArcGIS Python api to get a list of all users. Then loop over each one and get a list of content. Then for each item calculate the size of it and write out all the data or process it in memory to aggregate the total size used by user.

 

if you’re an admin I think you can run a report from Organization -> Usage

gisarchitect

@AYUSHYADAV  You can use the dashboard of ArcGIS Portal to get the most contributor users in your ArcGIS Portal. Sign in to portal with admin user or adequate privileges if you are using custom role. Go to Status tab on the blue bar and then, go to dashboard under the blue bar, then contents tab. I hope this help