Microsoft teams -List members of a channel
Hi, I'm trying to use this API https://learn.microsoft.com/en-us/graph/api/channel-list-members?view=graph-rest-1.0&tabs=http with authorization code flow but when trying to add ChannelMember.ReadWrite.All permission I get this error: what…
Operation trottled
Hi, After switching to Microsoft Workflows to send messages to a Teams channel, I’ve been receiving "Operation Throttled" emails from Power Automate. However, I didn’t encounter this issue when using a webhook to send messages. Could you…
Automating Teams Meeting Creation and Recording Upload to SharePoint: Issue with Recording Upload
Requirement: I am developing functionality to create Teams meetings as an organizer via an API with the following requirements: Create a Teams meeting as the organizer. Add two external users to the meeting. The organizer will not join the meeting. …
Mentions (<at> Tags) Doesn't Work in Nested Elements Like TableCell in Adaptive Cards
I am creating a table in my Adaptive Card and want to tag people inside the cells. However, this doesn't seem to be possible. If I use the mention in a top-level TextBlock, it works though. Could you please help me with this issue? My Adaptive Card looks…
How to exchange access token from Microsoft account to Azure communication service token?
I have create an application, use communication service to join call with MSTeams member. And i have implement login feature, use Microsoft account. After get access token from MSAL, i use that access token to exchange to ACS (Azure communication…
Issue with Acquiring Access Token silently in android with scope "Teams.ManageCalls"
Hello, I'm developing an Android (kotlin android compose) app using Azure Communication Services to enable calls from the app to Microsoft Teams users. To initiate these calls, I need a teamsAccessToken. I’ve set up MSAL to acquire the user’s access…
Trying to install a custom teams app returns 403 response
I created a Teams app, uploaded it to the organizations catalog, added it to the org global policy and am now trying to install it for a user using a POST to https://graph.microsoft.com/v1.0/users/{userId}/teamwork/installedApps/ the response i'm…
what is the actual regex pattern used in validation of Identifier (Entity ID) field in Basic SAML Configuration section in Microsoft azure ?
requirement : I have to write a code for validation of Entity ID through regex. problem : Cant able to identify how the textbox validation is handled because the textbox excepts "a" and also it accepts "//hello/world?" but not this…
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…
Character Limit Issue with Azure OpenAI Bot in Microsoft Teams
I am developing a bot using Azure OpenAI and Search service, which is deployed on Microsoft Teams. The bot works correctly in my local environment, but when I deploy it to Teams, the responses fail due to the character limit in the Teams channel (480…
SSO Login Fail in Teams Message Extension
Hi, I am currently reproducing https://github.com/OfficeDev/Microsoft-Teams-Samples/blob/main/samples/msgext-expert-finder-js/README.md. However, my SSO login fail in neither Teams App nor Teams web client. The login option shows up but nothing happens…
Omit user name when posting in Teams channel with Workflows
Is it possible to not show one's name when sending messages via Workflows in a channel? For example, can I create a bot to have it send the messages for me, without my name? How? Will it cost any license?
How do I create a teams channel for an already made SharePoint site?
How do I create a Teams channel for an already existing SharePoint site?
Graph API not returning external users information from team meeting
Hello All, I am facing a issue. when the agents on call with external users in team, microsoft graph API is able to fetch data for external user. but as soon as external user hung up the call, the graph API is not able to retrieve this external user…
Having issues with Teams deep links on Android
I am having issues with Teams deep links on Android. It seems to us that it is an issue with the Teams application. Additional information: I want to start a chat with another person by using deep links. So when I click on a link, it should open a…
Error : The bot is not part of the conversation roster. while sending message in channel through bot
We have a bot that can be installed in a Team as well as in personal scope. We are facing issue when bot is trying to send message in the channel where it is installed. It was working fine few days back but all of a sudden, it's throwing error: …
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…
integrated an sharepoint image into a Copilot message
Hi everyone, I integrated an image into a Copilot message using an adaptive card. The image displays correctly when using a web URL or a public website, but it does not display when using a SharePoint URL. I have attached an image below. I integrate my…
How to show icon on the secondary action button on adaptive card in Microsoft Teams?
Following adaptive card has two actions "Submit" and "Execute", both have the same iconUrl (down arrowhead). The icon on the secondary action "Execute" does not show up. What needs to be done for it to show up? { …
Missing permissions to prepare app dependencies teams toolkit
I am currently working on a project for a company that wants me to make a teams bot for them, they have provided me with a microsoft account from their orginization but I dont seem to have the needed permissions. I have already made sure the account has…