We want to create a team folder and share the team folder with everyone of the dropbox managed users through the Dropbox Api. Could you let us know how to do it?
Hi @cas_rds,
A team folder can be created by sending a request to /team/team_folder/create.
Keep in mind that once that folder has been created, it will not be visible to team members until members are added to the folder itself. To add members to the folder, you will need to use /sharing/add_folder_member. To add the entire team, you can add the team group, which you can look up by using /2/team/groups/list[/continue].