> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Team Info

Retrieves information about a team.

<Note>
  External Documentation

  To learn more, visit the [Dropbox Business documentation](https://www.dropbox.com/developers/documentation/http/teams#team-get_info).
</Note>

## Example Output

```json theme={"dark"}
{
	"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](https://library.blinkops.com/workflows/get-team-info-with-dropbox-business-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-team-info-with-dropbox-business-and-send-results-via-email/canvas" />
</div>
