Need to see if your shared folder is taking up space on your dropbox šØāš»? Find out how to check here.
Forum Discussion
havetoregister
8 years agoHelpful | Level 6
As a Dropbox for Business Admin, can I access every member's files via the API?
I understand that via the Admin UI I can use the 'Sign In As' feature to get access to user's files/folders.
However I would like to know if I, with Admin capabilities, can programmatically get a list of every user and loop through all of their files/folders via the HTTP API (or even Java/Python API)?
Can this be done? I can't find where every file/folder belonging to every user in an organisation is consolidated in one place for the admin to access.
1 Reply
- Greg-DB8 years ago
Dropbox Community Moderator
Yes, if you register an app for the Dropbox Business API "Team member file access" permission, you can use the "Member file access" feature to access the contents of each/any team member account.
For example, you can list the team members using /2/team/members/list[/continue], and for each/any member, download files using /2/files/download.
Those are links to the documentation for the HTTPS endpoints themselves, but we recommend using one of the official SDKs if possible. Those have corresponding native methods for the HTTPS endpoints.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
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, Facebook or Instagram.
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!