We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
Daniel L.20
11 years agoHelpful | Level 6
get email addresses of members of your shared_folders
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.
27 Replies
Replies have been turned off for this discussion
- Greg-DB11 years ago
Dropbox Community Moderator
Thanks for the feedback! I'll send it along.
- Dmitry A.111 years agoNew member | Level 2
How can we get members' emails in v2 API?
- Greg-DB11 years ago
Dropbox Community Moderator
This isn't currently available in API v2, but I'll be sure to pass this along as a feature request.
- Suryakant D.10 years agoNew member | Level 1
does this feature available now. To get emails of a folder members
- Daniel L.2010 years agoHelpful | Level 6
Yes, for example:
https://api.dropbox.com/1/shared_folders?include_membership=true&show_unmounted=false
- Greg-DB10 years ago
Dropbox Community Moderator
- Julian F.110 years agoNew member | Level 1
Hi Gregory,
I'm building in swift and it seems SwiftyDropbox is only capable of accessing API v1. Since I want to get users email addresses, is there a way to revert to API v1 so that this is possible?
Note: this is a follow up to your last comment above made on: April 26, 2016 13:38
Thanks!
- Greg-DB10 years ago
Dropbox Community Moderator
Hi Julian, I imagine that's a typo and you meant to say that "SwiftyDropbox is only capable of accessing API v2".
Anyway, it's not possible to use SwiftyDropbox to access API v1.
If you wanted to though, you could technically use API v1, either via the HTTP endpoints, or the iOS Core SDK. Note that API v1 is deprecated though, so that's not recommended.
- Julian F.110 years agoNew member | Level 1
Hi Gregory, thanks, yea that's what I meant.
Is there a plan to make getting emails from folder members available for API v2? If so, by when?
Thanks!
- Greg-DB10 years ago
Dropbox Community Moderator
Unfortunately I don't know if/when this may be added to API v2.
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!