We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
Filip J.1
9 years agoNew member | Level 1
Create an instance class of userSelectorArg with parameters .NET V2
I want to do the MembersGetInfoAsync(IEnumerable<UserSelectorArg>) but am wondering how to I create a new instance of the UserSelectorArg with an email of the user I want?
I can only find a constru...
Greg-DB
9 years agoDropbox Staff
You can use one of the subtypes of UserSelectorArg to construct the desired object. For example, to select a user using their email address, you can use UserSelectorArg.Email, which takes the email address as a string in the constructor.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,876 PostsLatest Activity: 5 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!