Required Scopes

To configure a Sync for Microsoft Teams, you need to request the following scopes from your Microsoft OAuth application:

  • Files.Read.All
  • Group.Read.All
  • Sites.Read.All

Learn more about configuring scopes for your app in Adding Integrations.

Synced Objects

Microsoft Teams supports the following Synced Objects:

Files

Sync Configuration Options

Example
{
    "integration": "microsoft-teams",
    "pipeline": "files",
    "configuration": {
        "teamId": "19:[email protected]"
    }
}
teamId
string
required

The Microsoft Teams Team ID to sync files from. This is required and specifies which team’s files should be synced.