Used storage for all users

Hi,

I’m using owncloud hosted on own server, and I’m connecting by using API calls. I’m interested in getting space usage for all my users. When I’m sending request for a single user data (like here - https://doc.owncloud.com/server/admin_manual/configuration/user/user_provisioning_api.html#get-user) I get all information that I need. But Get Users returns only users emails. Is there a way to get list of all users with used storage?

Hi drozdowskimateusz1,

after reading the API documentation it seems you can’t do that, I guess the only way is to do a GET on /users to get all user names, and then loop with a GET on /users/username