Retrieves information about a team.

External Documentation

To learn more, visit the Dropbox Business documentation.

Example Output

{
	"value": {
		"name": "Dropbox Inc.",
		"num_licensed_users": 5,
		"num_provisioned_users": 2,
		"policies": {
			"emm_state": {
				".tag": "disabled"
			},
			"office_addin": {
				".tag": "disabled"
			},
			"sharing": {
				"shared_folder_join_policy": {
					".tag": "from_anyone"
				},
				"shared_folder_member_policy": {
					".tag": "team"
				},
				"shared_link_create_policy": {
					".tag": "team_only"
				}
			}
		},
		"team_id": "dbtid:1234abcd"
	}
}

Workflow Library Example

Get Team Info with Dropbox Business and Send Results Via Email

Preview this Workflow on desktop