4,259 questions with Microsoft Teams | Development tags

Sort by: Updated
1 answer

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
asked 2025-08-11T09:44:04.48+00:00
Rashi Jaiswal 0 Reputation points
commented 2025-08-12T09:13:09.04+00:00
Sayali-MSFT 4,081 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

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
asked 2025-07-15T11:57:27.51+00:00
Rosie Brunson 40 Reputation points
commented 2025-08-12T06:06:35.34+00:00
Afsal M 0 Reputation points
1 answer

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
asked 2025-08-11T16:43:55.9666667+00:00
Parvathapu, Venkat 0 Reputation points
commented 2025-08-12T05:37:39.5566667+00:00
Prasad-MSFT 9,331 Reputation points Microsoft External Staff Moderator
1 answer

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
asked 2025-08-08T12:35:31.37+00:00
Gerwin van der Lugt 5 Reputation points
commented 2025-08-11T14:31:13.2866667+00:00
Kudos-Ng 2,885 Reputation points Microsoft External Staff Moderator
1 answer

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
asked 2025-08-06T09:03:49.97+00:00
Kinatyan 20 Reputation points
commented 2025-08-11T14:30:01.7366667+00:00
Kudos-Ng 2,885 Reputation points Microsoft External Staff Moderator
1 answer

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
asked 2025-06-24T15:48:42.57+00:00
Nick Taiber (St. Martin) 0 Reputation points
commented 2025-08-11T14:19:40.29+00:00
Peter Crompton 0 Reputation points
1 answer

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
asked 2025-07-28T10:40:11.17+00:00
Haekal Arif Rozikin 0 Reputation points
commented 2025-08-11T10:23:08.57+00:00
Jayden-P 5,635 Reputation points Microsoft External Staff Moderator
0 answers

"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
asked 2025-08-10T09:28:09.1+00:00
Shai Polack 0 Reputation points
commented 2025-08-11T05:28:36.8433333+00:00
Nivedipa-MSFT 3,731 Reputation points Microsoft External Staff Moderator
2 answers

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
asked 2025-05-23T05:03:28.4733333+00:00
Robert Sinclair 0 Reputation points
answered 2025-08-11T01:31:24.58+00:00
Sharon Petersen 0 Reputation points
2 answers One of the answers was accepted by the question author.

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
asked 2025-08-05T08:38:14.23+00:00
Wang, Qinjie 105 Reputation points
accepted 2025-08-11T00:45:35.4433333+00:00
Wang, Qinjie 105 Reputation points
0 answers

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
asked 2024-08-07T12:42:37.9166667+00:00
msteams icf 5 Reputation points
commented 2025-08-10T20:43:17.2333333+00:00
Nektarios Dimitriou 0 Reputation points
2 answers

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
asked 2025-08-01T03:14:12.7966667+00:00
R34P3R 5 Reputation points
answered 2025-08-10T16:06:07.3+00:00
Daniel- Shank 0 Reputation points
2 answers

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
asked 2021-09-20T10:08:34.93+00:00
Apollo services 1 Reputation point
answered 2025-08-08T07:57:39.5133333+00:00
Avo Sarafian 0 Reputation points
0 answers

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
asked 2024-08-13T07:17:16.6966667+00:00
Suhas Subramanya 20 Reputation points
commented 2025-08-07T10:28:48.5066667+00:00
Sayali-MSFT 4,081 Reputation points Microsoft External Staff Moderator
1 answer

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
asked 2025-08-01T05:25:24.42+00:00
Volunteer 20 Reputation points
commented 2025-08-08T14:33:05.62+00:00
Kudos-Ng 2,885 Reputation points Microsoft External Staff Moderator
0 answers

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
asked 2025-08-02T00:06:08.47+00:00
AshJaffer 0 Reputation points
edited a comment 2025-08-08T06:37:28.97+00:00
Nivedipa-MSFT 3,731 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

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
asked 2025-08-03T23:02:50.9966667+00:00
Marita Frazer 20 Reputation points
commented 2025-08-08T08:30:23.53+00:00
Marita Frazer 20 Reputation points
2 answers One of the answers was accepted by the question author.

Collect user status

Is it possible to list down all the activity status of users on Teams ? Thank you

Microsoft Teams | Development
asked 2025-08-05T08:38:39.6166667+00:00
gine ahmedli 60 Reputation points
commented 2025-08-07T07:08:22.58+00:00
gine ahmedli 60 Reputation points
1 answer

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
asked 2025-08-07T07:18:48.38+00:00
Dhruvin Mashruwala 0 Reputation points
edited a comment 2025-08-08T14:35:41.09+00:00
Steven-N 5,485 Reputation points Microsoft External Staff Moderator
0 answers

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.…

Microsoft Teams | Development
asked 2025-08-08T18:57:13.5433333+00:00
Gabriel Weber 20 Reputation points
edited the question 2025-08-08T19:38:17.6133333+00:00
Clover-L 0 Reputation points Microsoft External Staff Moderator