Teams API is now added to beta endpoint in Microsoft Graph. In documentation, you can find it together with Groups. Post, Channel and Chat Thread are available. For example, documentation for "channel" resource is here: https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/resources/channel
Answer from Dragan Panjkov on Stack OverflowVideos
Teams API is now added to beta endpoint in Microsoft Graph. In documentation, you can find it together with Groups. Post, Channel and Chat Thread are available. For example, documentation for "channel" resource is here: https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/resources/channel
Microsoft Teams REST API is now included into MS Graph API
https://learn.microsoft.com/en-us/graph/api/resources/team?view=graph-rest-1.0
At the time of writing this answer there are not too many APIs around Teams. However more are being added and they are in Beta (sending messages, adding apps to team, uploading team image, and more).
https://learn.microsoft.com/en-us/graph/api/resources/team?view=graph-rest-beta
It is not recommended to use Beta APIs in production environment as they might change.
It is also worth of mentioning that Teams are actually Office365 Groups.
Hey there, my name is Ajibola and I'm excited to help you out today!
Yes, Microsoft Teams has an API that allows you to create custom integrations with Teams. You can use the API to create custom shortcuts like toggle mute, toggle camera etc. that work with Stream Deck or any other device.
Here are some resources that can help you get started:
- Microsoft Teams Developer Platform --- https://developer.microsoft.com/en-us/microsoft-teams/
- Microsoft Teams API Reference ---- https://docs.microsoft.com/en-us/graph/api/resources/teams-api-overview?view=graph-rest-beta
- Microsoft Teams App Studio ---- https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/build-and-test/app-studio-overview
If you have any further questions or need additional assistance, please feel free to ask. I'm here to help!
Give back to the Community. Help the next person who has this issue by indicating if this reply solved your problem. Click Yes or No below.
Kind regards
Hi Ajibola,
Will give it a look, thank you