Retrieves information about a team.

External Documentation

To learn more, visit the Dropbox Business documentation.

Example Output

{
	"name": "<string>",
	"team_id": "<string>",
	"num_licensed_users": 6,
	"num_provisioned_users": 2,
	"num_used_licenses": 0,
	"policies": {
		"sharing": {
			"shared_folder_member_policy": {
				".tag": "<string>"
			},
			"shared_folder_join_policy": {
				".tag": "<string>"
			},
			"shared_link_create_policy": {
				".tag": "<string>"
			},
			"group_creation_policy": {
				".tag": "<string>"
			},
			"shared_folder_link_restriction_policy": {
				".tag": "<string>"
			},
			"enforce_link_password_policy": {
				".tag": "<string>"
			},
			"default_link_expiration_days_policy": {
				".tag": "<string>"
			},
			"shared_link_default_permissions_policy": {
				".tag": "<string>"
			}
		},
		"emm_state": {
			".tag": "<string>"
		},
		"office_addin": {
			".tag": "<string>"
		},
		"suggest_members_policy": {
			".tag": "<string>"
		},
		"top_level_content_policy": {
			".tag": "<string>"
		}
	}
}

Workflow Library Example

Get Team Info with Dropbox Business and Send Results Via Email

Preview this Workflow on desktop