4,905 questions with Microsoft Teams | Development tags

Sort by: Updated
2 answers

how to know if user has blocked bot conversation teams

We have developed ms teams app. I would like to receive a message or event if a user blocks the my teams app. I could not find any such event

Microsoft Teams | Development
Microsoft Teams | Development

Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs

4,905 questions
asked 2026-04-13T13:00:15.2366667+00:00
Vivek Nuna 30 Reputation points
commented 2026-04-14T13:29:41.38+00:00
Michelle-N 14,715 Reputation points Microsoft External Staff Moderator
2 answers

Unable to access Microsoft Graph APIs for Teams webinars and online meetings (403 Forbidden)

We are trying to automate Microsoft Teams webinar creation using Microsoft Graph API via Power Automate. Despite configuring the required permissions and license, we are consistently receiving a 403 Forbidden response. Configuration Details: Permissions…

Microsoft Teams | Development
Microsoft Teams | Development

Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs

4,905 questions
asked 2026-04-13T15:30:43.5133333+00:00
Deepikaa Vadivel 0 Reputation points
commented 2026-04-14T13:29:06.0566667+00:00
Gabriel-N 15,725 Reputation points Microsoft External Staff Moderator
2 answers

Mobile Teams Adaptive Card Power Apps Open Link

I developed an app using Power Apps and configured it so that if a URL contains parameters in the OnStart event, it navigates to a specific screen. I tried to open a Power Apps URL containing parameters in an Adaptive Card using the Action.OpenUrl method…

Microsoft Teams | Development
Microsoft Teams | Development

Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs

4,905 questions
asked 2026-04-14T05:03:12.0966667+00:00
김현서 0 Reputation points
commented 2026-04-14T12:10:53.0033333+00:00
Sayali-MSFT 5,281 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

Retrieving deleted voice notes for Teams via Export API

Hi! I am trying to use the following endpoints: /getAllMessages /getAllRetainedMessages in order to retrieve/download deleted voice messages, but I can't. When I try to do the same with deleted attachments (gif, png, etc) it works and I can see the…

Microsoft Teams | Development
Microsoft Teams | Development

Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs

4,905 questions
asked 2026-04-13T14:27:37.5933333+00:00
Eran Otmi 20 Reputation points
commented 2026-04-14T09:37:12.0833333+00:00
Jayden-P 19,140 Reputation points Microsoft External Staff Moderator
3 answers One of the answers was accepted by the question author.

Trying to Config Teams With agent 365 When installation

Hello , trying to fetch config upon the installation but this error shows up Even though the bot returned success result /// <summary> /// Creates an adaptive card for the continue response. /// </summary> private ConfigResponseBase…

Microsoft Teams | Development
Microsoft Teams | Development

Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs

4,905 questions
asked 2026-04-13T15:56:53.1+00:00
Mohamed Yassine Landolsi 0 Reputation points
commented 2026-04-14T08:34:27.15+00:00
Mohamed Yassine Landolsi 0 Reputation points
3 answers

Is there any recent change in Teams that introduces stricter validation for InvokeResponse payloads or Adaptive Card submissions?

Adaptive Card submit actions (Action.Submit) trigger the bot successfully, but no response is rendered in the Teams UI. When a user clicks a submit button on an Adaptive Card: The bot receives the invoke activity correctly Backend logic executes…

Microsoft Teams | Development
Microsoft Teams | Development

Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs

4,905 questions
asked 2026-04-14T03:11:59.6033333+00:00
Hardeman Saul 20 Reputation points
edited an answer 2026-04-14T07:55:45.4466667+00:00
Sayali-MSFT 5,281 Reputation points Microsoft External Staff Moderator
2 answers

SingleTenant bot gets empty 401 from api.botframework.com/api/usertoken/GetToken despite valid bearer token

Steps to reproduce Environment SDK version: botbuilder 4.23.3 Node.js: 22.22.0 Platform: Microsoft Teams Bot Type: SingleTenant Channel: msteams OS: macOS / Windows Server 2019 (Azure) Describe the bug A SingleTenant Azure Bot registered in Azure…

Microsoft Teams | Development
Microsoft Teams | Development

Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs

4,905 questions
asked 2026-04-10T13:49:21.1066667+00:00
KarthikKashyap01-8849 10 Reputation points
commented 2026-04-14T07:18:16.0433333+00:00
Patrick Poynter 25 Reputation points
1 answer

Teams channel delivers conversationUpdate events to our endpoint successfully but chat messages are never delivered. Web Chat channel works correctly end-to-end.

CONFIRMED WORKING: Endpoint reachable from internet (TLS 1.2, Let's Encrypt cert) Web Chat messages hit endpoint and return 200 - conversationUpdate events from Teams hit endpoint and return 200 Bot Framework IP [Moderator note: personal info…

Microsoft Teams | Development
Microsoft Teams | Development

Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs

4,905 questions
asked 2026-04-13T02:45:07.9866667+00:00
Nicolas Jarvisto 0 Reputation points
commented 2026-04-13T23:27:09.5233333+00:00
Dora-T 12,330 Reputation points Microsoft External Staff Moderator
1 answer

Narrow Microsoft Teams (Bot Service) IP Ranges

Hello, We are currently using Azure Bot Service to create a bot that is integrated with Microsoft Teams (as a Teams app). While reviewing our logs for outbound Teams messages, we observed that requests are originating from IP ranges associated with…

Microsoft Teams | Development
Microsoft Teams | Development

Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs

4,905 questions
asked 2026-04-09T09:53:22.5533333+00:00
Đino Prenc 0 Reputation points
edited a comment 2026-04-13T15:03:08.59+00:00
Vergil-V 11,415 Reputation points Microsoft External Staff Moderator
3 answers

Teams Developer Portal validation fails with “Unable to upload manifest.zip” (Policy 1140.4.1)

I am validating a Teams bot app using the Developer Portal in Microsoft Teams. Initially, validation failed with a [MUST-FIX] rule because the bot was not returning a response. I fixed that issue in the bot code, confirmed it was deployed, and bumped the…

Microsoft Teams | Development
Microsoft Teams | Development

Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs

4,905 questions
asked 2026-04-11T04:18:53.2166667+00:00
BrenN 0 Reputation points
edited a comment 2026-04-13T13:55:28.0033333+00:00
Vergil-V 11,415 Reputation points Microsoft External Staff Moderator
1 answer

How to know if the user has blocked the bot in Teams ?

I have created a bot using Azure Bot Service My bot is available for all the users in the organisation. I want to know if someone blocked the bot. Is there any API or any event from the bot to know the user ID if the Bot has been blocked?

Microsoft Teams | Development
Microsoft Teams | Development

Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs

4,905 questions
Microsoft Teams | Microsoft Teams for business | Other
asked 2022-03-01T18:11:49.743+00:00
Shyam Parse 1 Reputation point
commented 2026-04-13T12:55:32.22+00:00
Vivek Nuna 30 Reputation points
2 answers

Why are Adaptive Cards not rendering correctly in Microsoft Teams?

I’m sending Adaptive Cards to Microsoft Teams using a bot/webhook, but the cards do not render as expected, some elements are missing, actions don’t work, or the layout breaks compared to the Adaptive Card Designer preview. The same payload works in the…

Microsoft Teams | Development
Microsoft Teams | Development

Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs

4,905 questions
asked 2026-04-10T01:03:52.97+00:00
Tabea Heilmann 0 Reputation points
commented 2026-04-12T23:53:54.4633333+00:00
Steven-N 24,130 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

Teams Developer Portal validation fails with “Unable to upload manifest.zip” (Policy 1140.5.2)

I am validating a Teams bot app using the Developer Portal in Microsoft Teams. Initially, validation failed with a [MUST-FIX] rule because the bot was not returning a response. I fixed that issue in the bot code, confirmed it was deployed, and bumped the…

Microsoft Teams | Development
Microsoft Teams | Development

Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs

4,905 questions
asked 2026-04-11T12:19:39.34+00:00
Fardin Chowdhury 40 Reputation points
accepted 2026-04-12T11:09:07.79+00:00
Fardin Chowdhury 40 Reputation points
3 answers One of the answers was accepted by the question author.

Office 365 Connectors Private Channels Support Inquiry

Hello. I am currently using the message card method in Workflows. I understand that support for private channels will be added following the end of support for Office 365 Connectors. Could you please let me know when this support will be available? The…

Microsoft Teams | Development
Microsoft Teams | Development

Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs

4,905 questions
asked 2026-04-07T01:39:01.2433333+00:00
성건희 (Lime) 40 Reputation points
accepted 2026-04-11T06:59:11.3633333+00:00
성건희 (Lime) 40 Reputation points
2 answers One of the answers was accepted by the question author.

Teams Bot: Receiving all messages from Private Channels using RSC permissions

I am developing a Teams bot/app that needs to receive all messages from a private channel without requiring a direct @mention. I am currently using Resource-Specific Consent (RSC) with the following permissions: ChannelMessage.Read.Group …

Microsoft Teams | Development
Microsoft Teams | Development

Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs

4,905 questions
asked 2026-03-27T10:50:03.5966667+00:00
Jesus GL 20 Reputation points
commented 2026-04-10T04:02:27.09+00:00
Steven-N 24,130 Reputation points Microsoft External Staff Moderator
1 answer

Failure while trying to download an image from a teams message using Microsoft teams graph API connector in Logic Apps

I am trying to download an image from a teams message using the Send a Microsoft Graph HTTP request action in Microsoft Teams connector in Logic Apps. From a URl of type…

Azure Logic Apps
Azure Logic Apps

An Azure service that automates the access and use of data across clouds without writing code.

3,774 questions
Microsoft Teams | Development
Microsoft Teams | Development

Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs

4,905 questions
Microsoft Security | Microsoft Graph
asked 2024-09-30T08:02:12.23+00:00
Puneet Jain 20 Reputation points Microsoft Employee
commented 2026-04-09T14:52:05.7333333+00:00
Michael 0 Reputation points
2 answers

Input.ChoiceSet (filtered, multiselect): Selected chips truncate text with no tooltip on hover in Teams

When using Input.ChoiceSet with isMultiSelect: true and style: "filtered", selected values render as compact pill/chip elements. For choices with longer titles, the text is heavily truncated (e.g., (ABC) Contoso Gl...), making it difficult —…

Microsoft Teams | Development
Microsoft Teams | Development

Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs

4,905 questions
asked 2026-04-08T06:52:10.9433333+00:00
Geete, Mayank 5 Reputation points
commented 2026-04-09T13:48:33.13+00:00
Michelle-N 14,715 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

Will Teams incoming webhooks stop delivering alerts after M365 connector deprecation?

We have a production monitoring system that sends real-time alerts to Microsoft Teams channels using incoming webhook connectors. These alerts are business-critical (incident response, system outages), and there is no fallback mechanism in place. With…

Microsoft Teams | Development
Microsoft Teams | Development

Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs

4,905 questions
asked 2026-04-08T11:45:22.3333333+00:00
Srinivasan Neha 105 Reputation points
commented 2026-04-08T14:54:26.3633333+00:00
Vergil-V 11,415 Reputation points Microsoft External Staff Moderator
1 answer

Unable to update or, after delete, add my Teams app after a manifest update

After changing bots->supportsFiles to true I was able to upload my manifest but could not update the app version, even after quitting Teams and clearing the cache. After deleting it I could not add it back. I reverted to the last working manifest,…

Microsoft Teams | Development
Microsoft Teams | Development

Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs

4,905 questions
asked 2026-03-31T16:02:13.5733333+00:00
Russell H. DeGrove 6 Reputation points
edited a comment 2026-04-08T14:38:40.9733333+00:00
Henry Cavill 0 Reputation points
3 answers

Unexpected Automatic Activation of Real-Time Text (RTT) in Microsoft Teams

Dear Microsoft Teams Support, I am writing to report an issue related to the Real-Time Text (RTT) feature in Microsoft Teams. During meetings, RTT is being enabled automatically without any manual action from participants. Additionally, there is…

Microsoft Teams | Development
Microsoft Teams | Development

Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs

4,905 questions
asked 2026-04-07T14:09:42.4366667+00:00
Ravi Kumar UGO25507714 0 Reputation points
commented 2026-04-08T13:28:39.51+00:00
Vergil-V 11,415 Reputation points Microsoft External Staff Moderator