Learn how to make the most out of the Dropbox Community here 💙.
Learn how to make the most out of the Dropbox Community here 💙.
Hello,
I want to extract the same data for members and storage users that can be extracted using the platform, but instead of doing it manually, it should be done through the API.
I couldn’t find any information on this topic in the community or the documentation.
To get the space usage for an account via the API, you would call the /2/users/get_space_usage endpoint.
If you have a team-linked app, you can first call /2/team/members/list_v2 and /2/team/members/list/continue_v2 to list the members of the team. Refer to the "Member file access" documentation for information on how to call user endpoints (such as /2/users/get_space_usage) from a team-linked app.
To get the space usage for an account via the API, you would call the /2/users/get_space_usage endpoint.
If you have a team-linked app, you can first call /2/team/members/list_v2 and /2/team/members/list/continue_v2 to list the members of the team. Refer to the "Member file access" documentation for information on how to call user endpoints (such as /2/users/get_space_usage) from a team-linked app.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!