java - Is it possible to develop a backend API (no UI) to fetch Microsoft Teams transcripts using graph APIs for multiple tenant

I'm trying to build a backend app to fetch the Teams meeting transcripts within my tenant and in f

I'm trying to build a backend app to fetch the Teams meeting transcripts within my tenant and in future it may be used to fetch transcripts for multiple tenants as well. So, I am exploring the app-only access for this and would like to know the steps and the difficulties around this solution. Can it be done as a standalone web API or do I need to create a Teams Bot to achieve this.

I tried app-only access and added these API permissions in portal.azure.

  • OnlineMeetings.Read.All
  • OnlineMeetingTranscript.Read.All

And I'm stuck how can I expand my API to multiple tenants.

I'm trying to build a backend app to fetch the Teams meeting transcripts within my tenant and in future it may be used to fetch transcripts for multiple tenants as well. So, I am exploring the app-only access for this and would like to know the steps and the difficulties around this solution. Can it be done as a standalone web API or do I need to create a Teams Bot to achieve this.

I tried app-only access and added these API permissions in portal.azure.

  • OnlineMeetings.Read.All
  • OnlineMeetingTranscript.Read.All

And I'm stuck how can I expand my API to multiple tenants.

Share Improve this question edited Nov 20, 2024 at 18:13 sriram srinivasan asked Nov 20, 2024 at 18:12 sriram srinivasansriram srinivasan 11 bronze badge 1
  • Please provide enough code so others can better understand or reproduce the problem. – Community Bot Commented Nov 20, 2024 at 20:32
Add a comment  | 

1 Answer 1

Reset to default 0

To fetch Teams meeting transcripts using app-only access, register your app in Azure AD, add OnlineMeetings.Read.All and OnlineMeetingTranscript.Read.All permissions, and grant admin consent. Use the client credentials flow to get a token and call Microsoft Graph API. For multi-tenant support, set your app as "Multi-tenant" and handle tenant-specific consent dynamically.

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1742338564a4425153.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信