Hi,
Is it possible to get a dropbox for business userid via the users email address. I can see an end point to get all users. Just want to double check if there was another endpoint to search for a user.
Thanks
Yes, it sounds like you want the /2/team/members/get_info endpoint:
https://www.dropbox.com/developers/documentation/http/teams#team-members-get_info
That lets you look up one or more team members by suppling any of team_member_id, external_id, or email.