
Microsoft Teams API Integration Profile
Information and guides about integrating with Microsoft Teams API
Add Microsoft Teams Integration to Your App- List chats
Retrieve the list of chats that the user is part of. This method supports federation. When a user ID is provided, the calling application must belong to the same tenant that the user belongs to.
- Create chat
Create a new chat object.
- Invoke function getAllMessages
- Delete entity from chats
- Get chat
Retrieve a single chat (without its messages). This method supports federation. To access a chat, at least one chat member must belong to the tenant the request initiated from.
- Update chat
Update the properties of a chat object.
- List conversationMembers
List all conversation members in a chat or channel.
- Add member to a chat
Add a conversationMember to a chat.
- Get the number of the resource
- Invoke action add
Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created.