cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn some quick and useful tips to make your day easier? Check out how Calvin uses Replay to get feedback from other teams at Dropbox 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: 

Re: Business Account - Get list of all users through API

Business Account - Get list of all users through API

yashkumar
New member | Level 2
Go to solution

Is there any API for dropbox business Account to get a list of all users and their activity ?

1 Accepted Solution

Accepted Solutions

Greg-DB
Dropbox Staff
Go to solution

Yes, you can use the Dropbox Business API /2/team/members/list[/continue] endpoints to list the members of the team, and the /2/team_log/get_events[/continue] endpoints to query the activity on the team.

 

Those are links to the documentation for the HTTPS endpoints themselves, but we recommend using one of the official SDKs if possible. Those have corresponding native methods for the HTTPS endpoints. 

View solution in original post

1 Reply 1

Greg-DB
Dropbox Staff
Go to solution

Yes, you can use the Dropbox Business API /2/team/members/list[/continue] endpoints to list the members of the team, and the /2/team_log/get_events[/continue] endpoints to query the activity on the team.

 

Those are links to the documentation for the HTTPS endpoints themselves, but we recommend using one of the official SDKs if possible. Those have corresponding native methods for the HTTPS endpoints. 

Need more support?