Discuss Dropbox Developer & API
Hi, I am trying to access all the team member data with Department Name in a Dropbox using .Net SDK. I am able to access member email,name, account Id, but unable to get department name.
I am using MembersListAsync()
var memListResult = await client.Team.MembersListAsync();
How can I get departmenmt name of a member using .Net SDK.
Please Help.
Thanks, Sukanta
I'm not sure I understand your question. What are you referring to when you say "Department name"? That's not something that's recorded on Dropbox for Dropbox Business team members, and accordingly is not a property of TeamMemberProfile, for instance.
If you're looking for which "groups" the member is a part of, that's accessible as TeamMemberProfile.Groups.
The way we work is changing. Share and discover new ways to work smarter with Dropbox in our community.
Sound good? Let's get started.Hi there!
If you need more help you can view your support options (expected response time for a ticket is 24 hours), or contact us on Twitter or Facebook.
For more info on available support options, see this article.
If you found the answer to your question, please 'like' the post to say thanks to the user!