3,447 questions with Microsoft Teams Development tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

How to remove a participant from a Teams call using a bot

Hi, I have a Teams recording bot which automatically joins a call via a compliance recording policy (based on the following Microsoft sample: recording bot sample) I'd like use this bot to remove participants from the call on the fly via Graph API, but I…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,566 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,663 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,447 questions
asked 2024-12-25T19:57:55.9333333+00:00
Ido Moshe 20 Reputation points
accepted 2024-12-27T17:11:09.2566667+00:00
Ido Moshe 20 Reputation points
1 answer

Adaptive card issue on MS Teams IOS latest versions

I have updated teams ios app to the latest version and have been facing this issue since then. We send an adaptive card as part of a notification, and the user has to take action accordingly. We are embedding some data behind the action button. Now…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,566 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,447 questions
asked 2024-12-13T06:39:36.1033333+00:00
Sujith Dhanpal 20 Reputation points
commented 2024-12-27T14:49:53.5433333+00:00
Christopher Polanish 1 Reputation point
0 answers

Is provisioning Teams teams and channels using the Graph API supposed to be unreliable?

In our application we offer a Teams integration feature that will create teams and channels within users' own Teams environment for file sharing and scheduling. Most of the time it works fine (albeit very slowly), but from time to time the channel will…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,566 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,663 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,447 questions
asked 2024-11-14T20:10:14.8466667+00:00
Ian Simpson 26 Reputation points
commented 2024-12-27T14:23:16.46+00:00
Dan Illausky 5 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
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,447 questions
asked 2024-08-07T12:42:37.9166667+00:00
msteams icf 5 Reputation points
commented 2024-12-27T13:26:55.4866667+00:00
Meghana-MSFT 3,896 Reputation points Microsoft Vendor
0 answers

Issues Installing Custom App in Different Azure Tenant

I have an app that is registered in Azure, and it appears to be multitenant. When I upload my app package (ZIP) to the same tenant from which it was registered, it installs successfully via custom upload. However, when attempting to do the same in a…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,566 questions
Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
241 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,447 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,664 questions
asked 2024-12-27T13:22:30.6766667+00:00
Manav 0 Reputation points
0 answers

Template answers for teams group channels

Hi Team, Is there an option to add templates through the manifest file? Similar to how commands are provided in manifest file, can we display commonly used responses like 'Thank you' , 'Welcome' or 'Hello' as templates in the Teams channel for all…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,566 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,447 questions
asked 2024-12-27T11:55:46.77+00:00
lakshmi 756 Reputation points
edited the question 2024-12-27T12:15:45.7433333+00:00
romungi-MSFT 48,221 Reputation points Microsoft Employee
0 answers

Is there a possibility to provide the Teams version to customers, as a Guest user

Hi Team, We have developed a custom teams chatbot for the MS teams app. But not our all customers have the access to teams or don't have a team's account created. Is there a possibility to provide the Teams version to customers, from outside the…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,566 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,447 questions
asked 2024-12-27T11:49:06.3166667+00:00
lakshmi 756 Reputation points
edited the question 2024-12-27T12:14:28.8366667+00:00
romungi-MSFT 48,221 Reputation points Microsoft Employee
2 answers

Error Encountered with Teams Incoming Webhook: Missing CreatedByObjectId

While testing a Teams incoming webhook URL, the following error occurs despite receiving a status code of 200: System.ArgumentNullException: Value cannot be null. (Parameter 'CreatedByObjectId cannot be null or empty') This parameter was not an issue…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,566 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,447 questions
asked 2024-12-27T07:16:21.0266667+00:00
Tianen Xiang (Wicresoft North America Ltd) 0 Reputation points Microsoft Vendor
answered 2024-12-27T11:31:21.0133333+00:00
Tianen Xiang (Wicresoft North America Ltd) 0 Reputation points Microsoft Vendor
0 answers

Change Notifications Subscription Request to /communications/CallRecords resource is failing with 500 Internal Server Error with below response

{ "error": { "code": "ExtensionError", "message": "Operation: Create; Exception: [Status Code: InternalServerError; Reason: An unknown error was encountered.]", …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,663 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,447 questions
asked 2023-10-16T06:37:40.29+00:00
Priyanka Pande 0 Reputation points
commented 2024-12-27T11:12:37+00:00
Prasad-MSFT 7,511 Reputation points Microsoft Vendor
1 answer

Adaptive Card Conversation Limit Issue in Teams via Bot Framework Connector

We are sending an adaptive card containing text blocks, column sets, and action sets via the bot framework. We are sending the adaptive card to the Teams channel. Below is an example of such an adaptive card. In some cases, we wanted to send up to 50…

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,447 questions
asked 2024-09-27T13:36:58.9+00:00
lakshmi 756 Reputation points
edited a comment 2024-12-27T08:12:38.78+00:00
Nivedipa-MSFT 3,051 Reputation points Microsoft Vendor
1 answer

Issue: "Something went wrong. Please try again." Error on Submit/Approve Button in Adaptive Card for Teams Bot

I'm encountering an issue with my Microsoft Teams bot where the adaptive card displays the error message "Something went wrong. Please try again." whenever I click the Submit or Approve button. Despite this error, the bot successfully receives…

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
5,375 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,566 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,447 questions
asked 2024-09-04T17:11:49.7933333+00:00
Tuba Naeem 0 Reputation points
commented 2024-12-27T05:15:36.72+00:00
Roy, Subhadwip 5 Reputation points
0 answers

FileConsentCard allow action is not received to MS Teams bot

Out custom MS Teams bot asks user to allow File upload consent in teams chat but when the user tries to allow or deny the consent through the FileConsentCard actions, it doesn't reach to the bot to process the user input instead it shows the below error…

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,447 questions
asked 2024-12-26T08:34:00.6233333+00:00
Vasukidevi Paramasivam 5 Reputation points
edited a comment 2024-12-27T01:58:42.75+00:00
Darshan R 0 Reputation points
0 answers

"9024: Exception of type 'Microsoft.Skype.SkypeCast.SchedulerWebRole.BusinessLogic.Teams.Common.Exceptions.TeamsMeetingProcessorException' was thrown."

Hi I am getting a forbidden response when I am trying to create a meeting from postman side. I successfully got the access token using this endpoint and grant type: POST /{{tenantID}}/oauth2/v2.0/token HTTP/1.1 Host:…

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,447 questions
asked 2024-12-16T08:15:18.06+00:00
Ruby Ch 0 Reputation points
edited a comment 2024-12-26T10:09:02.4133333+00:00
Nivedipa-MSFT 3,051 Reputation points Microsoft Vendor
0 answers

Crateion of custom tab and show adaptive cards in that custom tab in teams bot

Hi, I am building teams bot using bot framework, so I want to add custom tab and on click of tab it should load the adaptive card. So, I have chat and history tab. in chat i am implementing conversation and in history i want to show the chat history…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,566 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,447 questions
asked 2024-12-19T07:58:33.07+00:00
Priyedarshni, Aaradhya 0 Reputation points
commented 2024-12-26T08:56:35.46+00:00
Meghana-MSFT 3,896 Reputation points Microsoft Vendor
0 answers

Microsoft Graphi API Webinar Registration not loading

When creating a webinar via graph api (https://zcusa.951200.xyz/de-de/graph/api/virtualeventsroot-post-webinars?view=graph-rest-1.0&tabs=http) , the Webinar is created. Also everything is working except the registration link. The link is…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,566 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,663 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,447 questions
asked 2024-12-03T20:30:34.3666667+00:00
David Raschper 0 Reputation points
commented 2024-12-26T08:53:49.41+00:00
Meghana-MSFT 3,896 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Unable to deploy zip package to endpoint in Azure

I am reproducing https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/msgext-expert-finder-js. When I want to deploy this application via Teams Toolkit, the error occurs. It says that [Error] -…

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,447 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,096 questions
asked 2024-12-25T03:57:46.2633333+00:00
Sally Chen 145 Reputation points Microsoft Agency Temporary
accepted 2024-12-26T08:42:56.76+00:00
Sally Chen 145 Reputation points Microsoft Agency Temporary
1 answer

Integration of AI Agent with On-Premises ERP System in Teams

在Teams中创建AI代理机器人是否支持和本地第三方应用及程序集成? 我们的方案,希望在Teams里创建一个AI聊天机器人,这个AI机器人需要和本地ERP系统做集成 1、创建的AI代理应用,能不能和本地服务器进行集成,自由地去call Teams里的AI机器人? 2、自开发的程序与AI机器人的对话能不能隐藏? 3、AI机器人除了普通文本之外,能不能插入超链接?

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,447 questions
asked 2024-12-20T02:01:09.4+00:00
Yu, Aesop (CN - AB) 0 Reputation points
answered 2024-12-26T08:29:35.81+00:00
Sayali-MSFT 3,226 Reputation points Microsoft Vendor
0 answers

Error validating app on Teams developer store

Hi, I am trying to publish one of my app on teams developer portal for internal use. However, I am getting an error message in the app validation section. I am able to get the response from my Azure bot when I use it directly from the link. Error…

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,447 questions
asked 2024-12-11T07:46:31.3266667+00:00
Deepak Kumar 0 Reputation points Microsoft Vendor
commented 2024-12-26T08:28:51.65+00:00
Nivedipa-MSFT 3,051 Reputation points Microsoft Vendor
0 answers

People Picker works in Teams but not MS365

Hi there, We have a Teams app that uses the People Picker input control. When using our app through Teams it works fine however when you use it through the MS365 app the people picker dialog does not open up. Does anyone have any advice on how to debug…

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,447 questions
asked 2024-12-20T21:57:25.6666667+00:00
Josh Cronemeyer 0 Reputation points
commented 2024-12-26T06:53:54.3+00:00
Meghana-MSFT 3,896 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

query on copilot

One of my users has mistakenly hidden Copilot from the left pane in Teams. I don't have a license for Copilot, so I cannot check myself, but the user does have the license. Can anyone guide me on how to bring back Copilot to the left pane in Teams?

Microsoft Exchange Online
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,566 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,658 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,447 questions
Microsoft Copilot
Microsoft Copilot
Microsoft terminology for a universal copilot interface.
432 questions
asked 2024-12-15T19:12:36.7566667+00:00
Roger Roger 6,671 Reputation points
accepted 2024-12-24T19:00:30.3766667+00:00
Roger Roger 6,671 Reputation points