4,985 questions with Microsoft Teams | Development tags

Sort by: Updated
1 answer

Issue with Pagination for Channel Message Replies using Microsoft Graph API ($skipToken returning empty results)

Hi Team, I am facing an issue while retrieving replies to a channel message using Microsoft Graph API. 1. List replies API GET /teams/{team-id}/channels/{channel-id}/messages/{message-id}/replies?$top=50 This API always returns a maximum of 50 replies…

Microsoft Teams | Development
Microsoft Teams | Development

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

4,985 questions
asked 2026-05-11T17:10:27.88+00:00
Soumya Ranjan Mohanty 5 Reputation points
commented 2026-06-04T16:34:31.8466667+00:00
Giles Holmes 5 Reputation points
2 answers

Adaptive Card feedback button icon not loading for some Microsoft Teams desktop users

We are using an Adaptive Card JSON and sending the card to multiple users in Microsoft Teams. Most users can view the card correctly, including the feedback button icon. However, a couple of users on the Teams desktop application noticed that the…

Microsoft Teams | Development
Microsoft Teams | Development

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

4,985 questions
asked 2026-06-04T14:22:35.8466667+00:00
NageshwarPatilRohini-7820 20 Reputation points
edited the question 2026-06-04T15:06:38.4333333+00:00
Vergil-V 13,625 Reputation points Microsoft External Staff Moderator
1 answer

SAP SuccessFactors app on Teams on android phone - authentication

Hi, I tried to access SAP Successfactor app on mobile phone (android), which is owned by our company, I do have newest version on Teams, Authenticator, Intune. The mobile phone is recognized by company and SSO is working correctly for other apps. But…

Microsoft Teams | Development
Microsoft Teams | Development

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

4,985 questions
asked 2026-06-01T09:47:14.2966667+00:00
Petr Honsa 0 Reputation points
edited a comment 2026-06-04T13:44:29.9366667+00:00
Michelle-N 16,880 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

Custom Metrics and 30-Day Report Showing Only 28 Days of Data

I'm looking for a way to generate a Teams meeting usage report that includes custom metrics such as the meeting organizer's UPN, attendee UPNs, meeting frequency by month, and average meeting duration. Is this level of reporting available through Teams…

Microsoft Teams | Development
Microsoft Teams | Development

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

4,985 questions
asked 2026-06-04T10:26:39.4433333+00:00
Fukumioka 0 Reputation points
accepted 2026-06-04T13:03:15.1866667+00:00
Fukumioka 0 Reputation points
1 answer One of the answers was accepted by the question author.

Teams iOS Update 8.9.2 (May 26) Adaptive cards ToggleVisibility doesn't render correctly.

After the Teams iOS Update 8.9.2 (May 26) the ToddgleVisbility no longer expands the adaptive card to display the hidden container correctly. Works fine on Desktop. Previously working on iOS. { "type": "AdaptiveCard", …

Microsoft Teams | Development
Microsoft Teams | Development

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

4,985 questions
asked 2026-06-04T07:37:03.21+00:00
Office 20 Reputation points
commented 2026-06-04T12:45:10.68+00:00
Gabriel-N 17,960 Reputation points Microsoft External Staff Moderator
1 answer

Channel meeting notifications sent to all channel members when team/channel created via Graph API, but only to selected attendees when created manually in Teams

I have a software project that uses GraphApi to create teams, meetings and channels in Teams. But we noticed different behavior in channel meetings created in channels of teams created using graphAPI and channel of teams created by MS Teams UI. When…

Microsoft Teams | Development
Microsoft Teams | Development

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

4,985 questions
asked 2026-06-01T11:48:13.6866667+00:00
Cinthia Bastos Pessanha 0 Reputation points
commented 2026-06-03T14:45:34.7033333+00:00
Gabriel-N 17,960 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

Teams Incoming Webhook 403 Error in Lambda – Worked Until Last Night

Hello, I am using a Teams channel incoming webhook to send notifications from an AWS Lambda function. Context / Setup: Lambda sends POST requests using axios with the following payload (Adaptive Card JSON): {   "type": "message",  …

Microsoft Teams | Development
Microsoft Teams | Development

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

4,985 questions
asked 2026-06-02T06:32:28.3766667+00:00
Shree Varshan G 40 Reputation points
accepted 2026-06-03T06:34:58.36+00:00
Shree Varshan G 40 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
Microsoft Teams | Development

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

4,985 questions
asked 2024-08-07T12:42:37.9166667+00:00
msteams icf 5 Reputation points
commented 2026-06-02T14:32:31.1+00:00
Köhler, Tobias 0 Reputation points
2 answers

Ms teams app doesn't work while corresponding azure bot service Test in Web Chat works

I have a chatbot application created with Azure bot service working correctly in Test in Web Chat tab. Open the app in Teams channel however, the app doesn't respond. The backend doesn't respond to new messages either

Microsoft Teams | Development
Microsoft Teams | Development

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

4,985 questions
asked 2026-06-02T09:40:37.6666667+00:00
Tung Nguyen Xuan 70 Reputation points
answered 2026-06-02T11:54:18.5+00:00
Vergil-V 13,625 Reputation points Microsoft External Staff Moderator
2 answers

When I install my Teams app to a team, no webhook is fired to my messaging endpoint

I have developed a bot that is on the Microsoft App store, need to deploy very similar ones for particular customers with a different endpoint. Steps to reproduce: Create an Azure bot (single tenant) Add a messaging endpoint Add Microsoft Teams as a…

Microsoft Teams | Development
Microsoft Teams | Development

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

4,985 questions
asked 2026-05-26T20:37:15.6566667+00:00
Ryan Jones 0 Reputation points
edited a comment 2026-06-02T08:29:30.2733333+00:00
Teddie-D 16,885 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

Incoming webhook to Microsoft Teams intermittently fails with 403 errors

When posting messages to a Microsoft Teams channel using an incoming webhook. The same payload occasionally succeeds but sometimes returns HTTP 403 without any changes to the request body or headers. The webhook URL is valid, and the JSON payload…

Microsoft Teams | Development
Microsoft Teams | Development

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

4,985 questions
asked 2025-12-17T11:40:46.91+00:00
Machado Danette 40 Reputation points
commented 2026-06-02T06:10:16.8533333+00:00
3 answers

Teams webhook request workflow is posting as user and not flow bot

Hi, With the deprecation of the O365 Connector looming, I am looking into replacing my existing webhook connections with a workflow. I created a "Post card in a chat or channel" workflow which is connected to my Teams account. I set "Post…

Microsoft Teams | Development
Microsoft Teams | Development

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

4,985 questions
asked 2024-07-18T05:48:19.5833333+00:00
Kajandere, Jelena 65 Reputation points
commented 2026-06-01T13:08:13.2666667+00:00
M C 0 Reputation points
1 answer

Issues with the icons for our Microsoft Teams integration

I uploaded both required icons: Color icon for the app/bot Outline icon for the Teams sidebar/app rail However, I’m still seeing inconsistent behavior: The outline icon still appears to have issues in Teams. The bot icon preview looks broken after…

Microsoft Teams | Development
Microsoft Teams | Development

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

4,985 questions
asked 2026-05-29T16:35:22.71+00:00
Noelia Baquero 0 Reputation points
commented 2026-05-30T22:18:31.7233333+00:00
Hin-V 15,325 Reputation points Microsoft External Staff Moderator
1 answer

Locked out of teams/skype due to old number

Hi, recently I was forced logged out of my Teams account, this account was originally a Skype account that I've had for 10+ years, I remember my username and password, but I recently changed my phone number and no longer have access to it but when I try…

Microsoft Teams | Development
Microsoft Teams | Development

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

4,985 questions
asked 2025-12-08T13:10:49.04+00:00
Lowell burgess 0 Reputation points
answered 2026-05-30T19:12:17.98+00:00
Atharv Madhav Mandawkar 325 Reputation points Student Ambassador
1 answer

How to fix "The tenant admin has disabled this bot" error for Teams Bot

We have a bot which was working fine, and then we stopped getting any events from azure bot. We are getting tenant admin disabled this bot But we haven't disabled the app. Unable to debug this issue and have seen similar issues raised here, but none of…

Microsoft Teams | Development
Microsoft Teams | Development

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

4,985 questions
asked 2026-05-26T09:59:16.6366667+00:00
Nihir Agarwal 0 Reputation points
commented 2026-05-30T06:12:35.16+00:00
Gabriel-N 17,960 Reputation points Microsoft External Staff Moderator
2 answers

I am trying to intergate the microsoft teams using the graph API.

This is the API endpoint curl --location 'https://graph.microsoft.com/v1.0/users/account.com/onlineMeetings' \ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json' \ --data…

Microsoft Teams | Development
Microsoft Teams | Development

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

4,985 questions
asked 2026-05-28T07:09:56.5333333+00:00
Mayur Patil 0 Reputation points
commented 2026-05-29T12:40:33.37+00:00
Michelle-N 16,880 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

Teams app collapsed

I seriously need some help from Microsoft on this one because the Teams desktop client has become completely unusable. The app refuses to launch at all double-clicking the icon does nothing, no splash screen, no UI, nothing displayed on screen. What’s…

Microsoft Teams | Development
Microsoft Teams | Development

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

4,985 questions
asked 2026-05-28T09:40:29.8733333+00:00
Tomlin Izie 160 Reputation points
commented 2026-05-29T11:59:31.3033333+00:00
Ashlesha Pawar (Tata Consultancy Services Limited) 320 Reputation points Microsoft External Staff
3 answers

Bot Name Not Correct When Searching

When searching for our bot that we have installed into Teams, it doesn't match the correct name. The name it matches seems to be a previous name of the bot.

Microsoft Teams | Development
Microsoft Teams | Development

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

4,985 questions
asked 2026-05-27T21:00:29.1466667+00:00
Noah Johnson 0 Reputation points
edited an answer 2026-05-29T06:41:52.06+00:00
Karan Shewale 2,585 Reputation points Microsoft External Staff
2 answers

MSTeams v1.0 Graph API replies endpoint pagination with skiptoken yields no results

Forking off of this thread https://learn.microsoft.com/en-us/answers/questions/5887253/issue-with-pagination-for-channel-message-replies?page=1&orderby=Helpful&comment=answer-12768928&translated=false#newest-answer-comment The…

Microsoft Teams | Development
Microsoft Teams | Development

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

4,985 questions
asked 2026-05-28T17:48:42.7066667+00:00
Giles Holmes 5 Reputation points
answered 2026-05-29T00:50:29.1266667+00:00
Teddie-D 16,885 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

Bot Multi-Tenant to Single-Tenant Migration — Expected User Experience When Changing botId in Manifest via Global Publish (Developer Portal) vs Tenant Upload (Admin Center)

Context We are migrating a Microsoft Teams bot from a multi-tenant AAD app registration to a single-tenant AAD app registration as part of our compliance and security posture improvements. As the final step of the migration, we need to update the botId…

Microsoft Teams | Development
Microsoft Teams | Development

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

4,985 questions
asked 2026-05-26T22:24:04.6733333+00:00
Yifan Shao 40 Reputation points Microsoft Employee
accepted 2026-05-27T16:48:51.2866667+00:00
Yifan Shao 40 Reputation points Microsoft Employee