You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
tsumit g.
8 years agoHelpful | Level 6
Filter users based on email address
Hello! Is there an API supporting filtering functionality? We're specifically looking for a way to filter users given an email address.
I just saw a similar thread on files/folders, and the res...
- 8 years ago
I'm not sure I understand your request. What endpoint are you using? For example, /2/team/members/list doesn't support filtering for a particular email address, but if you have a specific email address, you can look up the member using /2/team/members/get_info.
tsumit g.
Helpful | Level 6
Excellent! Thank you. This API is as good as GETting a User.
I always wondered why all of the operations of Dropbox APIs are POST-based. e.g. filtering or GETting a user could've been /2/team/members/<member-email-address> or /2/team/members$filter?email=<email-address> (which OData recommends)
I always wondered why all of the operations of Dropbox APIs are POST-based. e.g. filtering or GETting a user could've been /2/team/members/<member-email-address> or /2/team/members$filter?email=<email-address> (which OData recommends)
Greg-DB
8 years agoDropbox Staff
Great, I'm glad to hear that helps.
You can find more information on the design of API v2 on the blog:
https://blogs.dropbox.com/developers/2015/04/a-preview-of-the-new-dropbox-api-v2/
https://blogs.dropbox.com/developers/2015/04/how-many-http-status-codes-should-your-api-use/
You can find more information on the design of API v2 on the blog:
https://blogs.dropbox.com/developers/2015/04/a-preview-of-the-new-dropbox-api-v2/
https://blogs.dropbox.com/developers/2015/04/how-many-http-status-codes-should-your-api-use/
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,879 PostsLatest Activity: 4 hours agoIf 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!