Teams bot framework /v3/conversations API returning empty response
Hey team, Since the past few weeks we've noticed that that GET /v3/conversations API to get list of channels in a Team is giving empty response conversations: [], even though there are channels (even public channels) present. Our custom bot is…
Microsoft Teams | Development
Can I upload a custom Teams app in Tenant A if its bot is registered in Tenant B?
Is it possible to upload a custom Teams app in tenant “A” where the “Upload a custom app” setting is enabled, if the app hasn’t been published to the Teams App Store yet? The app includes only a bot (no tabs) that’s registered through the Microsoft Bot…
Microsoft Teams | Development
Teams Webhook Incoming Connectors 2025: Connector name is not displayed/tagged on messages. Shows it as "unkown user"
Hello , After the webhook connector URLs were updated to latest security enhancement in 2025, all the cards in teams channels with integration to incoming webhook URLs (updated) no longer display the connector name in the card tag/title/top. Instead…
Microsoft Teams | Development
Cannot send video in Teams Channel w Bot Framework API
Hi, I’m trying to push a video into a Teams channel (public channel, not a private channel) with the Bot Framework REST API. I tried two ways and both look broken. First Method: plain attachment I base-64 the mp4 and send it as a normal attachment: curl…
Microsoft Teams | Development
Retrieve pstn call
I am attempting to retrieve PSTN call records using the Microsoft Graph Java SDK with the goal of limiting the result set to the top 10 records. The generated request URL…
Microsoft Teams | Development
How to confirm Spell Check settings in Microsoft Teams?
Teams is not recognizing English language words, it indicates all words are misspelled. I suspect it is a setting, but I need to determine where to verify or change these settings.
Microsoft Teams | Development
Inconsistent Behavior with Teams Deep Link Across Access Methods
Hello, I'm working on an application that uses the deep link feature in Microsoft Teams. I've encountered an issue where the deep link doesn't work when manually opened in a new browser tab. However, when I click the same link directly (for example, when…
Microsoft Teams | Development
"Unable to reach app. Please try again." Error on Message Extension
I'm using a Bot-Framework bot that was built on a self-hosted n8n server rather than through the SDK. Whenever I try to open a Dialog, regardless of the way I open it, I receive an "Unable to reach app. Please try again." error. The Teams logs…
Microsoft Teams | Development
how do I see my Skype contacts on microsoft team
my skype contacts hoow do I find them on microsoft team web site.
Microsoft Teams | Development
Regarding the CsApplicationAccessPolicy in Teams powershell
Hi, Teams, Currently, many employees in our organization use Teams. We have developed a Teams bot app and would like to assign the CsApplicationAccessPolicy to a specific group of users (around 20,000 to 30,000 people). According to the documentation,…
Microsoft Teams | Development
How to make adaptive card reviewable in the activity tab? and can poster changed to bot in private channel?
Hello, Currently in the middle of migrating from connectors webhook to workflow post to channel when webhook triggered, using code is python and it is like below: def Teams_MSG(): teams_msg = { "type":…
Microsoft Teams | Development
Falsely banned account
Microsoft has consistently demonstrated poor business practices. I have been an Xbox user for the past eight to nine years, spending over hundreds of dollars on the account and creating numerous cherished memories with friends. However, I recently…
Microsoft Teams | Development
Modifying Teams custom app ValidDomains list dynamically
Hi, We are building a personal tab to render our web application inside Teams. Our web application serves customers from different domains. So, We have to add all the domains manually under the validDomains list to support all the customers. And…
Microsoft Teams | Development
Graph API: Unable to Retrieve Online Meeting - 404 Error & 3004: Meeting properties are not found
Our application on one of our clients is encountering an issue with the Microsoft Graph API when trying to retrieve details for a specific online meeting using the joinWebUrl. Below is the API request that results in the error: GET…
Microsoft Teams | Development
Microsoft Security | Microsoft Graph
Missing Join/Leave Timestamps in Microsoft Teams Attendance Report
Dear Microsoft Support Team, We are currently facing an issue with the attendance report generated from Microsoft Teams meetings. When we download the attendance sheet, it only displays the participant names, joined status, and a timestamp column.…
Microsoft Teams | Development
How to achieve visibility and meeting join for my appHostedMediaConfig bot
I'm developing a Teams bot using the Microsoft Graph Communications SDK (C#) with application-hosted media. The bot successfully joins meetings and can receive video (VideoReceiveStatusChanged fires), but: Bot missing from participant roster (used to…
Microsoft Teams | Development
Siri's use of Aha!
How do I give feedback about Siri (iOS 18.5) saying Aha! My search shows it can't be turned off at this stage. I'd like to say how annoying it is. It quite literally stops my ability to ask the question. If I rush in to forestall the interruption, my…
Microsoft Teams | Development
Collect user status
Is it possible to list down all the activity status of users on Teams ? Thank you
Microsoft Teams | Development
Not able to download meeting transcript from app
I have an application and I want to download microsoft teams meeting transcript from that script. I have added required role to App registration but still getting authentication error. Code. credential = ClientSecretCredential( tenant_id=TENANT_ID, …
Microsoft Teams | Development
Teams App Login Loop when trying to Open Files Through Shared Channels
For the last few years we have accessed files of an external organization using the Teams app in iOS. We are connected to this organization using this documentation Collaborate with external participants in a shared channel (IT Admins) | Microsoft Learn.…