cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Share your feedback on the Document Scanning Experience in the Dropbox App right here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Filter users based on email address

Filter users based on email address

tsumit g.
Helpful | Level 6
Go to solution

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 response was no. Maybe it's a feature request you're working on already? Please confirm.

1 Accepted Solution

Accepted Solutions

Greg-DB
Dropbox Staff
Go to solution

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.

View solution in original post

3 Replies 3

Greg-DB
Dropbox Staff
Go to solution

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
Go to solution
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)

Greg-DB
Dropbox Staff
Go to solution
Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
  • User avatar
    tsumit g. Helpful | Level 6
What do Dropbox user levels mean?