# Microsoft Teams

> Send and retrieve messages in Microsoft Teams channels and chats, browse the teams and channels you belong to, and look up users to message.

Source: https://cotera.co/docs/reference/tools/individual-tools/microsoft-teams

---

**Authentication Type:** OAuth\
**Description:** Send and retrieve messages in Microsoft Teams channels and chats, browse the teams and channels you belong to, and look up users to message.

***

## Beta Notice

**This tool is currently in beta testing and not yet available for general use.**

To get the Microsoft Teams tool added to your Cotera workspace, please contact our support team at [support.cotera.co](https://support.cotera.co).

***

## Teams & Channels

Discover the teams and channels available to the signed-in user.

### List Joined Teams

List the Microsoft Teams the signed-in user is a member of, including each team's name and identifier.

**Operation Type:** Query (Read)

### List Channels

List the channels within a Microsoft Team to find the channel you want to post to.

**Operation Type:** Query (Read)

## Channel Messages

Send messages to channels and read channel conversations.

### Post Channel Message

Post a message to a channel in a Microsoft Team to share an update with everyone in that channel.

**Operation Type:** Mutation (Write)

### Get Many Channel Messages

Get many messages from a channel to retrieve conversation history and message content from team discussions.

**Operation Type:** Query (Read)

## Chat Messages

Send messages in one-on-one and group chats and read chat conversations.

### Send Chat Message

Send a message to an existing chat, or direct-message a person, for one-on-one and group conversations outside of channels.

**Operation Type:** Mutation (Write)

### Get Chat Message

Get a message from a chat to retrieve a specific message by ID including its content and metadata.

**Operation Type:** Query (Read)

### Get Many Chat Messages

Get many messages from a chat to retrieve conversation history from one-on-one or group chats.

**Operation Type:** Query (Read)

## Users

Resolve people in your organization.

### Find User

Find a person in the organization by name or email to resolve their user ID for direct messages.

**Operation Type:** Query (Read)

