Recent Discussions
Bot creation failed
When i tried to create a bot in dev.teams.microsoft.com i am getting the below error { "resultType": 2, "result": null, "errorMessage": "When using this permission, the backing application of the service principal being created must in the local tenant" } can anyone help me with this Microsoft Teams45Views1like2Commentshow to achieve private stage view for custom team app in meeting
I’m working on a custom Microsoft Teams app that will be added to a meeting. My goal is to have the app load in a private stage view as a popout when clicked, so that only the user who clicked it can see the content, without broadcasting it to all meeting attendees. I've created a custom Teams app for meetings, but I'm facing an issue with the viewing behavior. Currently, when a user clicks the app during a meeting, the content first loads in the side panel. The user then has to click a "Share" button to push the content to the main meeting stage, which makes it visible to all attendees. However, what I want is for the app to immediately open in a private stage view (as a popout) when clicked, without showing anything in the side panel and without requiring the user to manually share it. The content should only be visible to the individual user, not broadcast to the entire meeting.41Views0likes4CommentsPlease tell me how to disable the Pin Copilot message
Morning! I wrote a message yesterday but nobody replied, so here's another one so it doesn't get lost Can somebody tell me how to disable the annoying "Pin Copilot Chat" popup? every morning I have to say "Maybe Later" when I really mean to say NEVER IN A THOUSAND YEARS3Views0likes0CommentsCan I add a co-organiser to a meeting that someone without the owner doing it
Is it possible to alter the co-organiser of a recurring meeting if the owner of the meeting series is not available to? They are on long-term leave and we need someone else (part of the meeting anyway) to manage the series. Is it possible as a global admin perhaps?23Views0likes1CommentCall Event when one user calls another user so that Bot can be added to call
We have developed our Bot application and can record all media(audio, video) locally when a user directly calls the Bot User. However, we do not get a call event when one user calls another user - so that we can add the Bot to record the call. Both users have the global default compliance policy which allows recording. We have provided the necessary permissions to the Bot. What are we missing ? Thanks29Views0likes1CommentTeams Tab Blazor App Works in Web but Not Desktop – SSO / Access Denied Issue
Hi all, I have developed a Teams tab application using Blazor with Azure AD SSO. It works perfectly in the Teams Web interface, but fails in Teams Desktop app. Troubleshooting details If you contact your administrator, send this info to them. Copy info to clipboard ✔ Copied Correlation Id: 2607e281-e81f-429f-95b6-755f4b30968d Timestamp: 2025-10-07T09:42:34.000Z DPTI: d2bf8e81894be21be1d5e1818fa47b2d8975c91c3d0eceb6622a99cc1fc8b8f1 Message: Access denied for the resource. Tag: 4usp7 Code: 3399614468 I would appreciate guidance on how to make the Blazor Teams tab work in both Web and Desktop using SSO. Thanks! Tahir47Views0likes2CommentsDeleting AutoAttendants and CallQueue
Hello There are commands to delete AutoAttendants and CallQueue. But I get allways an error "Can't remove the Auto Attendant. Auto Attendant is still referenced by Endpoints Ids" Even if all Ressource Accounts are deleted a day before. These Auto Attendants and CallQueues are configured as Calling ID's When I manually delete them after removing there also an error that call queue time was to low. Is it possible to force the deletion. Regards JFM_12169Views0likes7CommentsTeams channel messages delta API returns HTTP 400 BadRequest
Hello, We are encountering an unexpected error when calling the Microsoft Graph API endpoint: /teams/{team-id}/channels/{channel-id}/messages/delta This happens consistently for a specific Teams channel, which prevent us from retrieving incremental message updates using the delta query. Request URL: https://graph.microsoft.com/v1.0/teams/{team-id}/channels/{channel-id}/messages/delta?$deltatoken=<redacted-deltatoken> Error Response: HTTP 400 { "error": { "code": "BadRequest", "innerError": { "client-request-id": "<redacted>", "date": "2025-10-07T06:32:56", "request-id": "<redacted>" }, "message": "UnknownError" } } Steps already tried (unsuccessful): Start a fresh delta query without the $deltatoken to obtain a new valid token Use the beta endpoint: https://graph.microsoft.com/beta/teams/{team-id}/channels/{channel-id}/message/delta Additional observation: If we add a filter condition such as ?$filter=lastModifiedDateTime gt <some-timestamp> to skip messages before a certain time, the query works normally. This suggests that there may be one or more problematic messages within a specific time range that cause the API to fail with BadRequest. Questions: Is this a known issue with the Teams channel messages delta API? Are there any recommended workarounds to avoid this error? Thank you.55Views0likes1CommentGet list of conversations a bot has participated in from BotConnectorAPI
Hi! My team is building a Microsoft Teams bot, and we are trying to get a list of conversations (channels) that the bot has participated in using the BotConnectorAPI. We are trying to use this endpoint: https://learn.microsoft.com/en-us/azure/bot-service/rest-api/bot-framework-rest-connector-api-reference?view=azure-bot-service-4.0#get-conversations, however we keep getting 405 errors "The requested resource does not support http method 'GET'". Are we doing something wrong, or is there any other endpoint we can use?1.5KViews0likes11CommentsSupport RTL Languages on MacOS
As now, It seems Microsoft teams on MacOS does not support RTL languages when texts are being typed. This makes bad feeling when users want to read the text they've typed. The issue becomes worst when the text contains English phrase (when the message is sent) As far as I remember, Skype did support RTL languages when the texts are being typed.36Views0likes0CommentsCannot log in to Teams meeting
Hello Please i need your help on this issue. Cannot log in to Teams meeting. I get this error details: Request Id: 0c2729b9-f2e4-4edc-9726-ac0b15ff0b00 Correlation Id: 73bf50a0-159e-4bdf-a344-b646015bb1ed Timestamp: 2025-10-11T17:02:07Z Message: AADSTS1000104: Resource cloud microsoftonline.us is not allowed on identity tenant c168306a-0462-4b68-8f66-b2a50a12b1b5.6Views0likes0CommentsTeams Outlook Addin Missing
Hello Please i need your help on this issue. Teams Outlook Addin Missing. The diagnostics confirmed that the Teams add-in and Classic Teams are missing: I followed the troubleshooting instructions, and the add-in is still not enabled. Whilst the checkbox can be ticked, it cannot be enabled. I have also tried to add the add-in .dll file from the below window (following the filepath), but receive an error. This is the Teams version:7Views0likes0Comments</p>Teams Outlook Addin Missing </p>
Hello Please i need your help on this issue. Teams Outlook Addin Missing. The diagnostics confirmed that the Teams add-in and Classic Teams are missing: I followed the troubleshooting instructions, and the add-in is still not enabled. Whilst the checkbox can be ticked, it cannot be enabled. I have also tried to add the add-in .dll file from the below window (following the filepath), but receive an error. This is the Teams version:5Views0likes0CommentsThe Teams Developer Portal needs administrative views
The Teams Developer portal needs some way for Teams service admins or Global admins to view everything that is being deployed to the catalog both in a published and unpublished state. Alternatively, develop some graph endpoints that could be turned into cmdlets in Microsoft Teams PowerShell module or the Graph PowerShell SDK module. As administrators we need the ability to help with keeping our tenant clean, so these kinds of views or endpoints would allow us to make sure that anything uploaded and not needed may be removed or reassigned if the underlying owner leaves and someone else needs to take over something they've been developing. I've submitted a feedback item to the portal - so please help by adding a vote to the entry to bring it up as an enhancement for the Teams Developer Portal services. The Teams Developer Portal needs administrative views or PowerShell/Graph capabilities to manage uploaded solutions and other artifacts · Community23Views0likes0CommentsRunning Teams PowerShell Cmdlets in Azure Automation
This article describes the prerequisites and how to run cmdlets from the Teams PowerShell module in Azure Automation runbooks. We also consider when you’d want to consider using Teams PowerShell cmdlets instead of Graph API requests or cmdlets from the Microsoft Graph PowerShell SDK. The bottom line is that it’s possible, but maybe not a frequently-used option. https://office365itpros.com/2025/09/12/teams-powershell-azure-automation/59Views0likes1Comment
Events
REGISTER HERE
Microsoft Teams Rooms provide interactive and engaging meeting experiences. In this session, we'll talk about best practices for running events with a mix of Teams Rooms attendees and...
Wednesday, Oct 22, 2025, 08:00 AM PDTOnline
0likes
2Attendees
0Comments
Recent Blogs
- Teams continues to evolve to help your team work faster, simpler, smarter. Now threads in channels are generally available. It combines the simplicity of chat-like conversations with the structu...Oct 08, 2025988Views1like0Comments
- Hey Microsoft Tech Community, we’re back with the latest updates to Microsoft Teams! This month we’re excited to spotlight many new features, like Threads in Channels which lets you reply direct...Sep 30, 20255.8KViews1like1Comment