Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
According to documentation, you can get a list of members on a shared folder with https://api.dropbox.com/1/shared_folders/<id>
and the response will contain:
"members": [
{
"user": {
"uid": 87654321,
"display_name": "Jane P. User",
"same_team": true,
"member_id": "dbmid:abcd1234"
},
"role": "owner",
"active": true
},
...
Is there any way to determine the email address of that user? (eg- from the uid for that user) Note that this is information that is available to the folder owner via the Dropbox web interface.
This is something we're actively considering adding.
Steve, after 4 months of consideration, can you provide the community and update please?
Thanks for checking on this. Unfortunately, I don't have any update yet. It's still something under active consideration.
Hi Steve,
I am also looking for exactly same information. I need email_address of members of a shared_folder.
Is this still under consideration?
Thanks,
Manish
Yes, this is still under consideration.
No updates, sorry.
Any updates?
Yes, email address is available via /shared_folders in the Core API:
https://www.dropbox.com/developers-v1/core/docs#shared-folders
Hi there!
If you need more help you can view your support options (expected response time for a 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!