Random Bad Request and Forbidden responses from certain endpoints
I've started getting seemingly random Bad Request and Forbidden responses from Graph. The overall execution of the code does the following: Create a MS Teams Team be calling POST - https://graph.microsoft.com/v1.0/teams Add guests to that Team …
Microsoft Teams | Development
Microsoft Security | Microsoft Graph
Teams Developer Portal generates invalid manifest
Hi all, not sure where to report this, but the new Teams Developer Portal generates an invalid manifest file when adding a ComposeExtension. Note the "inputType": "Text" line with a capital T in Text as generated by the portal.…
Microsoft Teams | Development

getDirectRoutingCalls return ServiceUnavailable
I am using 2 Microsoft graph API's getPstnCalls getDirectRoutingCalls I have tested them on my organization, and they are working fine when I switch to the customer organization getPstnCalls is working fine but getDirectRoutingCalls fail with error…
Microsoft Teams | Development
Microsoft Security | Microsoft Graph
Milestones App on Teams Issue with Basic Policy
Hello, I have added Milestones to my MS Teams, I have installed it properly but when I'm trying to launch the app the following error comes up. I have tried many times to remove and install again but the same issue appeared. I have tried on my colleague…
Microsoft Teams | Development
connection of chatbot that is onprem with the azure portal
we have developed our Kore.ai bot on our onprem server, and we want to connect it with the azure so that MS Teams channel integration can be done. We have whitelisted login.microsoftonline.com (Bot authentication) on our dev(on-prem ) server, so the…
Microsoft Teams | Development
Autoupdate from Task MS List to Planner
Hi Community, I have a question with MS LIST and the planner. Is it possible to combine List with Planner, such that when we edit a task in List, it appears in Planner? Thanks
Microsoft Teams | Development
how to host Teams onlinemeeting using MS Graph API from web Apllications
In our project we are trying to integrate Microsoft teams with web application.Using MS Graph API i have created Online meeting and obtained id and joinurl of meeting and stored in db,the user will not get to know about meeting url.is there any way to…
Microsoft Teams | Development
Microsoft Security | Microsoft Graph
How long does it take for a teams bot app to be reviewed and get approved?
We need the teams bot personal app to be available to our customers by the end of June strictly. We need idea on when we should submit for approval so that the app gets submitted within end of June.
Microsoft Teams | Development
Is there any API for 1:1 calling using teams integration,something like ACS but one to one?
Hi, I am looking to integrate teams in the web app and allow users to have one to one call or a conferencing and tracking the start and end time of the call. Is there any graph API or any Microsoft API that provides such kind of functionality. …
Microsoft Teams | Development
Microsoft Security | Microsoft Graph
API reporting on Teams conferencing and CQD
Currently usage reports of Teams are good, our use case will include calculating the ROI for users having remote meetings and not physical ones. Would like to be able to export the info available via the users dashboard into a list of conferences and…
Microsoft Teams | Development
Microsoft Security | Microsoft Graph

How to get team aadObjectId from payload sent to webhook for MS Teams Bot
We get messages sent to our bot endpoint (webhook). Payload looks something like: { text: '<at>BotName</at> Test Message\n', textFormat: 'plain', attachments: [ { contentType: 'text/html', content: …
Microsoft Teams | Development
How to locate SignTool properly
Hi everyone, To explain my wish, I want to add post-build automatic step to sign my exe file. I'm working with MinGW and MSVC compiler, and I would like to locate properly the signtool without putting the path in a hard way. Why ? Because…
Microsoft Teams | Development
Sharepoint Home App in teams
Hi all, I am trying to test the Sharepoint home app in teams but I am not able to add it to teams. I created new communication site and designed it. Then I registered the site as a hub and run powershell to convert it to SPOHomeSite.…
Microsoft Teams | Development
Microsoft 365 and Office | SharePoint | For business | Windows

How to join user in microsoft teams meeting without his participation?
How to join user in microsoft teams meeting without his participation? Can i do this from my application using microsoft graph api or some else tools?
Azure AI Bot Service
Microsoft Teams | Development
Microsoft Security | Microsoft Graph

Teams - Voice
Dear all, Do you know whether Teams' APIs allow to use the voice datas. We want to track the time in each participant has spoken in a meeting. Is it feasible based on existing available Teams APIs ? Thank you a lot for your feedback, Xavier
Microsoft Teams | Development
Microsoft Security | Microsoft Graph
Can I create partner center account for same business address again?
I created a partner center account using an email with our company domain chronus.com and not ******@on.microsoft.com. I got few questions regarding the same. Can i create and upload teams app created using this domain ******@on.microsoft.com using…
Microsoft Teams | Development
Microsoft Partner Center | Other
is it possible to integrate microsoft teams meeting into an iframe in a web browser?
is it possible to integrate microsoft teams meeting into an iframe in a web browser?
Microsoft Teams | Development
Microsoft Security | Microsoft Graph
Basic understanding of Teams Connector
Hello As a software developer, I work with a set of CI tools, like SonarQube, Jenkins, etc. and I would like to set up notifications from such tools to my organization's MS Teams channel. It was easy to do for Jenkins, because it provides appropriate…
Microsoft Teams | Development
Android Teams WebApp viewport does not working.
I'm tring to viewport 'user-scalable=yes' in Android Teams WebApp. but it does not work. how to work viewport 'user-scalable=yes' ?
Microsoft Teams | Development
organizer of online meeting using graph api
i am using an admin account so while i am creating online meeting using graph api how to add another person as organizer through rest api call and how to add person as participants who does have microsoft account.