Archive Team Folder
Sets an active team folder's status to archived and removes all folder and file members.
Permission: Team member file access.
External Documentation
To learn more, visit the Dropbox Business documentation.
Parameters
Parameter | Description |
---|---|
Force Async Off | Whether to force the archive to happen synchronously. The default for this field is False. |
Team Folder ID | The ID of the team folder. |
Example Output
{
"value": {
".tag": "complete",
"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
Archive Team Folder with Dropbox Business and Send Results Via Email
Preview this Workflow on desktop