Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
I want to get all the member list with information, I am using 'https://api.dropboxapi.com/2/team/members/list_v2' api to get the list, however, the members -> profile object doesn't have a property to say, whether the user is an external user or not(from the organization or not). Is there any way to get this information ?
The /2/team/members/list_v2[/continue] endpoints only return members of the connected team. Any member profile returned is for a member of the team, and accounts that are not a member of the team will not be returned there.
Note that you can set include_removed: True to also list members that have been removed. You can check the profile.status field for a profile to check the status of any returned member profile. Refer to the documentation linked above for more information on the returned fields.
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 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!