Skip to main content

List Team Folders

Lists all team folders.

Permission: Team member file access.

External Documentation

To learn more, visit the Dropbox Business documentation.

Parameters

ParameterDescription
LimitThe maximum number of results to return per request. The default for this field is 1000.

Example Output

{
"value": {
"cursor": "ZtkX9_EHj3x7PMkVuFIhwKYXEpwpLwyxp9vMKomUhllil9q7eWiAu",
"has_more": false,
"team_folders": [
{
"content_sync_settings": [
{
"id": "id:a4ayc_80_OEAAAAAAAAAXw",
"sync_setting": {
".tag": "default"
}
}
],
"is_team_shared_dropbox": false,
"name": "Marketing",
"status": {
".tag": "active"
},
"sync_setting": {
".tag": "default"
},
"team_folder_id": "123456789"
}
]
}
}

Workflow Library Example

List Team Folders with Dropbox Business and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop