I'm looping through all users in our org to gather info for a dashboard. I've noticed that on all users the storageUsage is the same along with storageQuota for each users. All other results - role, created, modified, level, etc are all returning correct values for each users.
I'm using users.get(id) to pull info. GIS is logged in under an admin account. Expecting storageUsage to be different depending on user content loaded into online. But again the storageUsage is all the same for each user.
Is this expected? or am I doing something/thinking wrong?