Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Release Notes

Microsoft Teams Connector Release Notes

Released Versions

  • SDK 1.4 (viaworks 2.8)
  • SDK 1.5 (viaworks 2.9)
  • SDK 1.6 (viaworks 2.10)

Limitations

  • The Microsoft Graph API for Microsoft Teams is in a beta version(10/2018). APIs under the /beta version in Microsoft Graph are in preview and are subject to change.
  • The current Microsoft Grahp API beta version(10/2018) doesn't allow global admins to receive information from teams they are not an owner or member of (https://developer.microsoft.com/en-us/graph/docs/concepts/known_issues  - see under Microsfot Teams headline), so in order to fetch all information the index user must be added manually to all groups/teams within office 365 platform.
  • Currently, connector does't support Changeset Functionality. as Graph API in current version does't allow  to use delta query (which helps to track changes) to Microsoft Teams (https://developer.microsoft.com/en-us/graph/docs/concepts/delta_query_overview - see under Suppoted resources headline)
  • Recommended is to use only one connection per app registered in azure portal.

Prerequisites

Supported Data Types

The connector supports indexing the following data types:

  • Teams
  • Channel Messages
  • Documents

Crawl Methods

Full Crawl: The Microsoft Teams Connector supports scheduling periodic full scans of the source system.

DocumentHandler

Not required.

Other information

The MicrosoftTeams Connector extracts the data by using the Microsoft Graph API in a beta version. https://developer.microsoft.com/en-us/graph/docs/concepts/overview

  • No labels