Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
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
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
Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
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
Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
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
Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
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
Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
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
Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
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
Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
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
Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
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
Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
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
Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
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
Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
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
Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
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
Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
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
Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
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
Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
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
Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
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
Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
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
Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
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
Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
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
Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs