Get started with a free trial today
Already have an account? Sign in
Stitch’s Microsoft Teams integration replicates data using theMicrosoft Graph API. Refer to theSchema section for a list of objects available for replication.
A high-level look at Stitch's Microsoft Teams (v1) integration, including release status, useful links, and the features supported in Stitch.
| STITCH | |||
| Release status | Beta | Supported by | |
| Stitch plan | Standard | API availability | Available |
| Singer GitHub repository | |||
| REPLICATION SETTINGS | |||
| Anchor Scheduling | Supported | Advanced Scheduling | Supported |
| Table-level reset | Unsupported | Configurable Replication Methods | Unsupported |
| DATA SELECTION | |||
| Table selection | Supported | Column selection | Supported |
| Select all | Supported | ||
| TRANSPARENCY | |||
| Extraction Logs | Supported | Loading Reports | Supported |
To set up Microsoft Teams in Stitch, you need:
A Microsoft Azure account.
On the Stitch Dashboard page, click theAdd Integration button.
Click theMicrosoft Teams icon.
Enter a name for the integration. This is the name that will display on the Stitch Dashboard for the integration; it’ll also be used to create the schema in your destination.
For example, the name “Stitch Microsoft Teams” would create a schema calledstitch_microsoft_teams in the destination.Note: Schema names cannot be changed after you save the integration.
The Sync Historical Data setting defines the starting date for your Microsoft Teams integration. This means that dataequal to or newer than this date will be replicated to your data warehouse.
Change this setting if you want to replicate data beyond Microsoft Teams’s default setting of1 year. For a detailed look at historical replication jobs, check out theSyncing Historical SaaS Data guide.
In theReplication Frequency section, you’ll create the integration’sreplication schedule. An integration’s replication schedule determines how often Stitch runs a replication job, and the time that job begins.
Microsoft Teams integrations support the following replication scheduling methods:
Advanced Scheduling using Cron (Advanced or Premium plans only)
To keep your row usage low, consider setting the integration to replicate less frequently. See theUnderstanding and Reducing Your Row Usage guide for tips on reducing your usage.
The last step is to select the tables and columns you want to replicate.Learn about the available tables for this integration.
Note: If a replication job is currently in progress, new selections won’t be used until the next job starts.
For Microsoft Teams integrations, you can select:
Individual tables and columns
All tables and columns
Click the tabs to view instructions for each selection method.
To track a table, click thecheckbox next to the table’s name. A blue checkmark means the table is set to replicate.
To track a column, click thecheckbox next to the column’s name. A blue checkmark means the column is set to replicate.
Click theTables to Replicate tab.
In the menu that displays, clickTrack all Tables and Fields:

After you finish setting up Microsoft Teams, itsSync Status may show asPending on either the Stitch Dashboard or in the Integration Details page.
For a new integration, aPending status indicates that Stitch is in the process of scheduling the initial replication job for the integration.This may take some time to complete.
Initial replication jobs with Anchor Scheduling
If using Anchor Scheduling, an initial replication job may not kick off immediately. This depends on the selected Replication Frequency and Anchor Time. Refer to theAnchor Scheduling documentation for more information.
The first seven days of replication, beginning when data is first replicated, are free. Rows replicated from the new integration during this time won’t count towards your quota. Stitch offers this as a way of testing new integrations, measuring usage, and ensuring historical data volumes don’t quickly consume your quota.
Schemas and versioning
Schemas and naming conventions can change from version to version, so we recommend verifying your integration’s version before continuing.
The schema and info displayed below is forversion 1 of this integration.
This is the latest version of the Microsoft Teams integration.
Table and column names in your destination
Depending on your destination, table and column names may not appear as they are outlined below.
For example: Object names are lowercased in Redshift (CusTomERs >customers), while case is maintained in PostgreSQL destinations (CusTomERs >CusTomERs). Refer to theLoading Guide for your destination for more info.
Thechannel_members table contains information about conversation members within a chat or channel in your Microsoft account.
Full Table | |
Primary Key | id |
| Useful links |
| Join channel_members with | on |
|---|---|
| channels | channel_members.channel_id = channels.id |
| channel_tabs | channel_members.channel_id = channel_tabs.channel_id |
| channel_messages | channel_members.channel_id = channel_messages.channel_identity.channel_id channel_members.user_id = channel_messages.from.user.id channel_members.user_id = channel_messages.mentions.mentioned.user.id channel_members.user_id = channel_messages.reactions.user.user.id |
| channel_message_replies | channel_members.channel_id = channel_message_replies.channel_identity.channel_id channel_members.user_id = channel_message_replies.from.user.id channel_members.user_id = channel_message_replies.mentions.mentioned.user.id channel_members.user_id = channel_message_replies.reactions.user.user.id |
| users | channel_members.user_id = users.id |
channel_id STRING |
display_name STRING |
STRING |
id STRING |
roles ARRAY |
user_id STRING |
Thechannel_message_replies table contains information about message replies within a channel in one of your Microsoft teams.
Key-based Incremental | |
Primary Key | id |
Replication Key | last_modified_date_time |
| Useful links |
| Join channel_message_replies with | on |
|---|---|
| channels | channel_message_replies.channel_identity.channel_id = channels.id |
| channel_members | channel_message_replies.channel_identity.channel_id = channel_members.channel_id channel_message_replies.from.user.id = channel_members.user_id channel_message_replies.mentions.mentioned.user.id = channel_members.user_id channel_message_replies.reactions.user.user.id = channel_members.user_id |
| channel_tabs | channel_message_replies.channel_identity.channel_id = channel_tabs.channel_id |
| channel_messages | channel_message_replies.channel_identity.channel_id = channel_messages.channel_identity.channel_id channel_message_replies.from.user.id = channel_messages.from.user.id channel_message_replies.mentions.mentioned.user.id = channel_messages.from.user.id channel_message_replies.reactions.user.user.id = channel_messages.from.user.id channel_message_replies.from.user.id = channel_messages.mentions.mentioned.user.id channel_message_replies.mentions.mentioned.user.id = channel_messages.mentions.mentioned.user.id channel_message_replies.reactions.user.user.id = channel_messages.mentions.mentioned.user.id channel_message_replies.from.user.id = channel_messages.reactions.user.user.id channel_message_replies.mentions.mentioned.user.id = channel_messages.reactions.user.user.id channel_message_replies.reactions.user.user.id = channel_messages.reactions.user.user.id |
| users | channel_message_replies.from.user.id = users.id channel_message_replies.mentions.mentioned.user.id = users.id channel_message_replies.reactions.user.user.id = users.id |
attachments ARRAY
| ||||||||||
body OBJECT
| ||||||||||
channel_identity OBJECT
| ||||||||||
chat_id STRING | ||||||||||
created_date_time DATE-TIME | ||||||||||
deleted_date_time DATE-TIME | ||||||||||
etag STRING | ||||||||||
from OBJECT
| ||||||||||
id STRING | ||||||||||
importance STRING | ||||||||||
last_modified_date_time DATE-TIME | ||||||||||
locale STRING | ||||||||||
mentions ARRAY
| ||||||||||
message_type STRING | ||||||||||
policy_violation STRING | ||||||||||
reactions ARRAY
| ||||||||||
reply_to_id STRING | ||||||||||
subject STRING | ||||||||||
summary STRING | ||||||||||
web_url STRING |
Thechannel_messages table contains information about messages in a channel, without replies, in your Microsoft account.
Key-based Incremental | |
Primary Key | id |
Replication Key | lastModified_date_time |
| Useful links |
| Join channel_messages with | on |
|---|---|
| channels | channel_messages.channel_identity.channel_id = channels.id |
| channel_members | channel_messages.channel_identity.channel_id = channel_members.channel_id channel_messages.from.user.id = channel_members.user_id channel_messages.mentions.mentioned.user.id = channel_members.user_id channel_messages.reactions.user.user.id = channel_members.user_id |
| channel_tabs | channel_messages.channel_identity.channel_id = channel_tabs.channel_id |
| channel_message_replies | channel_messages.channel_identity.channel_id = channel_message_replies.channel_identity.channel_id channel_messages.from.user.id = channel_message_replies.from.user.id channel_messages.mentions.mentioned.user.id = channel_message_replies.from.user.id channel_messages.reactions.user.user.id = channel_message_replies.from.user.id channel_messages.from.user.id = channel_message_replies.mentions.mentioned.user.id channel_messages.mentions.mentioned.user.id = channel_message_replies.mentions.mentioned.user.id channel_messages.reactions.user.user.id = channel_message_replies.mentions.mentioned.user.id channel_messages.from.user.id = channel_message_replies.reactions.user.user.id channel_messages.mentions.mentioned.user.id = channel_message_replies.reactions.user.user.id channel_messages.reactions.user.user.id = channel_message_replies.reactions.user.user.id |
| users | channel_messages.from.user.id = users.id channel_messages.mentions.mentioned.user.id = users.id channel_messages.reactions.user.user.id = users.id |
attachments ARRAY
| ||||||||||
body OBJECT
| ||||||||||
channel_identity OBJECT
| ||||||||||
chat_id STRING | ||||||||||
created_date_time DATE-TIME | ||||||||||
deleted_date_time DATE-TIME | ||||||||||
etag STRING | ||||||||||
from OBJECT
| ||||||||||
id STRING | ||||||||||
importance STRING | ||||||||||
lastModified_date_time DATE-TIME | ||||||||||
locale STRING | ||||||||||
mentions ARRAY
| ||||||||||
message_type STRING | ||||||||||
policy_violation STRING | ||||||||||
reactions ARRAY
| ||||||||||
reply_to_id STRING | ||||||||||
subject STRING | ||||||||||
summary STRING | ||||||||||
web_url STRING |
Thechannel_tabs table contains information about tabs within a channel in one of your Microsoft teams.
Full Table | |
Primary Key | id |
| Useful links |
| Join channel_tabs with | on |
|---|---|
| channels | channel_tabs.channel_id = channels.id |
| channel_members | channel_tabs.channel_id = channel_members.channel_id |
| channel_messages | channel_tabs.channel_id = channel_messages.channel_identity.channel_id |
| channel_message_replies | channel_tabs.channel_id = channel_message_replies.channel_identity.channel_id |
| groups | channel_tabs.group_id = groups.id |
| group_owners | channel_tabs.group_id = group_owners.group_id |
| conversations | channel_tabs.group_id = conversations.group_id |
| conversation_threads | channel_tabs.group_id = conversation_threads.group_id |
| team_drives | channel_tabs.group_id = team_drives.owner.group.id |
channel_id STRING | |||||||
configuration OBJECT
| |||||||
display_name STRING | |||||||
group_id STRING | |||||||
id STRING | |||||||
sort_order_index STRING | |||||||
teams_app OBJECT
| |||||||
web_url STRING |
Thechannels table contains information about the channels within a team in your Microsoft account.
Full Table | |
Primary Key | id |
| Useful links |
| Join channels with | on |
|---|---|
| channel_members | channels.id = channel_members.channel_id |
| channel_tabs | channels.id = channel_tabs.channel_id |
| channel_messages | channels.id = channel_messages.channel_identity.channel_id |
| channel_message_replies | channels.id = channel_message_replies.channel_identity.channel_id |
description STRING |
display_name STRING |
STRING |
id STRING |
web_url STRING |
Theconversation_posts table contains information about the posts within a conversation thread in your Microsoft account.
Key-based Incremental | |
Primary Key | id |
Replication Key | last_modified_date_time |
| Useful links |
| Join conversation_posts with | on |
|---|---|
| conversations | conversation_posts.conversation_id = conversations.id |
| conversation_threads | conversation_posts.conversation_id = conversation_threads.conversation_id conversation_posts.thread_id = conversation_threads.id |
body OBJECT
| |||
categories ARRAY | |||
change_key STRING | |||
conversation_id STRING | |||
created_date_time DATE-TIME | |||
from OBJECT
| |||
has_attachments BOOLEAN | |||
id STRING | |||
last_modified_date_time DATE-TIME | |||
received_date_time DATE-TIME | |||
sender OBJECT
| |||
thread_id STRING |
Theconversation_threads table contains information about threads in a group conversation in your Microsoft account.
Key-based Incremental | |
Primary Key | id |
Replication Key | last_delivered_date_time |
| Useful links |
| Join conversation_threads with | on |
|---|---|
| conversations | conversation_threads.conversation_id = conversations.id conversation_threads.group_id = conversations.group_id |
| conversation_posts | conversation_threads.conversation_id = conversation_posts.conversation_id conversation_threads.id = conversation_posts.thread_id |
| groups | conversation_threads.group_id = groups.id |
| group_owners | conversation_threads.group_id = group_owners.group_id |
| channel_tabs | conversation_threads.group_id = channel_tabs.group_id |
| team_drives | conversation_threads.group_id = team_drives.owner.group.id |
conversation_id STRING |
group_id STRING |
has_attachments BOOLEAN |
id STRING |
is_locked BOOLEAN |
last_delivered_date_time DATE-TIME |
preview STRING |
topic STRING |
unique_senders STRING |
Theconversations table contains information about conversations within a group in your Microsoft account.
Key-based Incremental | |
Primary Key | id |
Replication Key | last_delivered_date_time |
| Useful links |
| Join conversations with | on |
|---|---|
| conversation_threads | conversations.id = conversation_threads.conversation_id conversations.group_id = conversation_threads.group_id |
| conversation_posts | conversations.id = conversation_posts.conversation_id |
| groups | conversations.group_id = groups.id |
| group_owners | conversations.group_id = group_owners.group_id |
| channel_tabs | conversations.group_id = channel_tabs.group_id |
| team_drives | conversations.group_id = team_drives.owner.group.id |
group_id STRING |
has_attachments BOOLEAN |
id STRING |
last_delivered_date_time DATE-TIME |
preview STRING |
topic STRING |
unique_senders ARRAY |
Thegroup_members table contains information about group members in your Microsoft account. Members can be users, organizational contacts, devices, service principals, and other groups.
Full Table | |
Primary Key | id |
| Useful links |
business_phones ARRAY |
display_name STRING |
given_name STRING |
id STRING |
job_title STRING |
STRING |
mobile_phone STRING |
office_location STRING |
preferred_language STRING |
surname STRING |
user_principal_name STRING |
Thegroup_owners table contains information about groups’ owners in your Microsoft account. The owners can be a set of users or service principals that have modifying priviliges.
Note: Groups created in Microsoft Exchange will not be available in this table.
Full Table | |
Primary Key | id |
| Useful links |
| Join group_owners with | on |
|---|---|
| groups | group_owners.group_id = groups.id |
| channel_tabs | group_owners.group_id = channel_tabs.group_id |
| conversations | group_owners.group_id = conversations.group_id |
| conversation_threads | group_owners.group_id = conversation_threads.group_id |
| team_drives | group_owners.group_id = team_drives.owner.group.id |
business_phones ARRAY |
display_name STRING |
given_name STRING |
group_id STRING |
id STRING |
job_title STRING |
STRING |
mobile_phone STRING |
office_location STRING |
preferred_language STRING |
surname STRING |
user_principal_name STRING |
Thegroups table contains information about groups in your organization within your Microsoft account. Some old teams in your account will not have aresource_provisioning_options value. For more information, refer toMicrosoft’s docs.
Full Table | |
Primary Key | id |
| Useful links |
| Join groups with | on |
|---|---|
| group_owners | groups.id = group_owners.group_id |
| channel_tabs | groups.id = channel_tabs.group_id |
| conversations | groups.id = conversations.group_id |
| conversation_threads | groups.id = conversation_threads.group_id |
| team_drives | groups.id = team_drives.owner.group.id |
classification STRING |
created_date_time DATE-TIME |
creation_options ARRAY |
deleted_date_time DATE-TIME |
description STRING |
display_name STRING |
expiration_date_time DATE-TIME |
group_types ARRAY |
id STRING |
is_assignable_to_role BOOLEAN |
STRING |
mail_enabled BOOLEAN |
mail_nickname STRING |
membership_rule STRING |
membership_rule_processing_state STRING |
onPremises_domain_name STRING |
on_premises_last_sync_date_time DATE-TIME |
on_premises_net_bios_name STRING |
on_premises_provisioning_errors ARRAY |
on_premises_sam_account_name STRING |
on_premises_security_identifier STRING |
on_premises_sync_enabled BOOLEAN |
preferred_data_location STRING |
preferred_language STRING |
proxy_addresses ARRAY |
renewed_date_time DATE-TIME |
resource_behavior_options ARRAY |
resource_provisioning_options ARRAY |
security_edentifier STRING |
security_enabled BOOLEAN |
theme STRING |
visibility STRING |
Theteam_device_usage_report table contains information about a group’s device usage in Microsoft Teams.
Key-based Incremental | |
Primary Keys | user_principal_name report_refresh_date |
Replication Key | report_refresh_date |
| Useful links |
deleted_date STRING |
is_deleted STRING |
last_activity_date STRING |
report_period STRING |
report_refresh_date STRING |
used_android_phone STRING |
used_i_os STRING |
used_mac STRING |
used_web STRING |
used_windows STRING |
used_windows_phone STRING |
user_principal_name STRING |
Theteam_drives table contains information about the drive that your team is on in your Microsoft account.
Key-based Incremental | |
Primary Key | id |
Replication Key | last_modified_date_time |
| Useful links |
| Join team_drives with | on |
|---|---|
| groups | team_drives.owner.group.id = groups.id |
| group_owners | team_drives.owner.group.id = group_owners.group_id |
| channel_tabs | team_drives.owner.group.id = channel_tabs.group_id |
| conversations | team_drives.owner.group.id = conversations.group_id |
| conversation_threads | team_drives.owner.group.id = conversation_threads.group_id |
created_by OBJECT
| |||||
drive_type STRING | |||||
id STRING | |||||
last_modified_date_time STRING | |||||
name STRING | |||||
owner OBJECT
| |||||
quota OBJECT
| |||||
web_url STRING |
Theusers table contains information about users in your Microsoft account.
Full Table | |
Primary Key | id |
| Useful links |
| Join users with | on |
|---|---|
| channel_members | users.id = channel_members.user_id |
| channel_message_replies | users.id = channel_message_replies.from.user.id users.id = channel_message_replies.mentions.mentioned.user.id users.id = channel_message_replies.reactions.user.user.id |
| channel_messages | users.id = channel_messages.from.user.id users.id = channel_messages.mentions.mentioned.user.id users.id = channel_messages.reactions.user.user.id |
business_phones ARRAY |
display_name STRING |
given_name STRING |
id STRING |
job_title STRING |
STRING |
mobile_phone STRING |
office_location STRING |
preferred_language STRING |
surname STRING |
user_principal_name STRING |
| Related | Troubleshooting |
Did this article help? If you have questions or feedback, feel free tosubmit a pull request with your suggestions,open an issue on GitHub, orreach out to us.