An error occured while retrieving the signin link
I am getting following error while testing the connection in bot configuration . what can be the reason ? this is my azure bot configuration section. { "error": { "code": "ServiceError", "message":…
Adding External Participants to Online Meetings via Graph API
How can external users be added as attendees to an online meeting using the Microsoft Graph API? Currently, using the PATCH API endpoint: PATCH https://graph.microsoft.com/v1.0/me/onlinemeetings/<MEETING_ID> While creating a Microsoft Teams online…
How to fetch meeting ID from meeting link or given meeting ID from the calendar?
Ref link:https://learn.microsoft.com/en-us/microsoftteams/platform/graph-api/meeting-transcripts/fetch-id I am trying to get Meeting ID for to fetch transcript.So,i am trying in Graph Explorer using below URLs and i have tried via coding also. For to get…
How can i get Meeting Transcript of any Meeting in my organization domain ?
Hello MSFT Team, I have researched a lot how to get transcript of any meeting scheduled in my organization or out of the organization of any MSFT Teams Meeting. How other third party application like Sana AI ,Meetingtor they can easily fetch any meeting…
Error: teamsApp/extendToM365 failed. Error: Request failed with status code 404 Unable to execute action teamsApp/extendToM365. Error message: undefined
Unable to execute action teamsApp/extendToM365. Error message: undefined
Bot validation failing on The bot is not responding to command Hi.
I am developing a Teams Bot and when I install it into Teams and type Hi it simply will echo that back to the user. It all works fine however when validating this in the Developer Portal it fails validation with the message "The bot is not…
403 Forbidden Error When Creating Virtual Event Registration with Microsoft Graph
Testing the "Create virtualEventRegistration" feature in Microsoft Graph using Postman results in a 403 Forbidden response when attempting to create a registration record. Are there specific requirements for the webinar to allow registration…
Teams app on desktop is not showing suggested actions
The Teams app on the Windows desktop stopped showing suggested actions. They are still shown on the Teams web app: And also on the Teams mobile app: Here is the actual message: { "type": "message", "serviceUrl":…
Azure Open AI Custom App in Teams How to Able to Read & Write files
Hi Support, I had integration Azure OpenAI into Teams App. how I can able when users upload a file (pdf or word , excel ... etc) and open ai can able to read the file and provide summary for the file and generate a new file? current when I test upload…
Notifications for members entering a channel
I would like to activate a smart plug which controls a lightbulb whenever a team member joins a channel. I already have the API for the smart plug, but I am unsure how to get this type of notification from Teams. Should I be trying to access this through…
How does host retrieve the data edited by the user in the adaptive card (Teams Chat)?
Hi all, We use MS graph rest API to send an adaptive card containing input texture in teams 1-1 chat to allow the user to fill in information. How can the sender obtain the data filled in by the user in the adaptive card through the rest API? …
Send direct message to a user via MS Teams programmatically
Hi, We are currently using teams web hooks extensively to send notifications to teams channels. Sometimes we have situations where we need to send a teams message to a user directly, but have not found a way to accomplish this task using powershell. Is…
How to fix the "Sorry, we ran into a problem loading this app" message when loading my app
When i try to use my custom app in the "Microsoft 365" site i got this "error" message when my app starts loading This is not related to an issue in code, so searching for a failed request and i found this with an error message…
Error Sideloading Add-In into Outlook Using "@microsoft/teamsapp-cli install"
I am trying to run npx @microsoft/teamsapp-cli install --file-path "[file path name]" to sideload an add-in using the unified JSON manifest into Outlook (Version: Microsoft® Outlook® for Microsoft 365 MSO (Version 2410 Build 16.0.18129.20100)…
How to fetch Meeting ID from given Meeting ID and Password in the Teams Meeting Calendar via coding?
Ref Link:https://learn.microsoft.com/en-us/microsoftteams/platform/graph-api/meeting-transcripts/fetch-id When i m trying to fetch Meeting ID using Graph Explorer ,it giving all the necessary details and i m using my Tenant ID. GET…
Microsoft Teams Tab App Fails Authentication with AADSTS650057 Invalid Resource Error
Hi, I'm developing a Microsoft Teams Tab app using a custom manifest and integrating it with Microsoft Entra ID (Azure AD) for authentication. While authentication works seamlessly in the browser, attempting to log in through the Teams app results in…
Ms Teams Integration in React App Using Azure Communication Service
Hi, I want to integrate Microsoft Teams into my React app. I am using some packages and helper functions provided by Azure Communication Services, as shown below: import { AzureCommunicationTokenCredential, CommunicationUserIdentifier } from…
Hello Microsoft Support Team, I am experiencing an inconsistency with file attachments when interacting with our bot in Microsoft Teams. When a file is uploaded in a 1:1 chat with the bot, all relevant attachment details are provided, including the file’
Hello Microsoft Support Team, I am experiencing an inconsistency with file attachments when interacting with our bot in Microsoft Teams. When a file is uploaded in a 1:1 chat with the bot, all relevant attachment details are provided, including the…
Asignar la Política a los Usuarios- cmdlet New-CsBatchPolicyAssignmentOperation
Ayuda con el siguiente error PS C:\Windows\system32> Connect-MicrosoftTeams Account Environment Tenant TenantId ramirez.ana-its@_____.mx AzureCloud e792aff2-d2d4-41ba-b6c4-f66f5a927247…
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…