Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
85 views

I've been trying for a while to create a bot or Teams tab app that can replace the webcam feed of the participant that has it installed and gave it permissions for Online meeting Media Read and write ...
Ahmed Adel's user avatar
0 votes
0 answers
57 views

I am making a bot to fetch meeting transcripts after the meeting ends. This is the code I am refering: https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/meetings-transcription/...
Srujan Kale's user avatar
1 vote
0 answers
125 views

I'm building a Teams media bot to join scheduled meetings as a guest for audio streaming and transcription. The POST request to /communications/calls. The call creates successfully but terminates ...
Dupesh Nayak's user avatar
2 votes
1 answer
201 views

I'm using the Set-CsTeamsSettingsCustomApp PowerShell cmdlet, which is part of the Microsoft Teams PowerShell module. Documentation for this cmdlet is available here. I'm using version 7.2.0 of the ...
Enrico Massone's user avatar
0 votes
0 answers
64 views

I have a question about Microsoft Teams functionality and would greatly appreciate any help or guidance. We are trying to implement a system where, when a customer calls my Teams number (via PSTN), a ...
hekatonkeiru's user avatar
0 votes
0 answers
32 views

If I make a new educationClass Team using the following commands. $user = Get-MgUser -Filter "Mail eq '[email protected]'" $params = @{ "[email protected]" = "https://...
Craig.C's user avatar
  • 621
0 votes
1 answer
31 views

Hi I have created a simple automated flow it is triggered on every night and should fire a request to https://graph.microsoft.com/v1.0/reports/getTeamsUserActivityUserDetail(period='D7') in the http ...
Krie9er's user avatar
  • 121
0 votes
0 answers
22 views

0 My Teams Bot receives a PSTN call. As soon as it attends the call It tries to add a Another PSTN call to the existing call But the Response says Server Error. P.S The Teams Bot can make Outbound ...
Carter's user avatar
  • 1
1 vote
0 answers
23 views

I am trying to test graph API for one of the services I am using. But when I create a meeting with attendee or a meeting with 2 or more presenters, instructor can not see the meeting options. Here is ...
Bora Qorri's user avatar
1 vote
0 answers
80 views

Recently adding Teams app to a team programmatically via MS Graph API SDK (occurs on v3 and v4, haven't tested with v5 as that would require somewhat large changes in the code so will only do that if ...
Jussi Palo's user avatar
0 votes
1 answer
177 views

I've got an application in Entra which I have got delegated permissions I've been setting via admin consent without issue. I need to add some application permissions to my app, and I'm trying to do ...
Steve Norwood's user avatar
0 votes
1 answer
94 views

I was able to created (Teams) OnlineMeetings via graph API with my own app registration and delegated permissions using device_code flow and the /me endpoint. I left the code untouched but now, I do ...
Andre Albert's user avatar
  • 1,396
0 votes
1 answer
177 views

I'm using Microsoft 365 and Teams. I need to check the rights of users in a team in MS Teams and in addition given access to files / folders within the folder structure as well. My first approach was ...
Martin H.'s user avatar
  • 1,108
0 votes
1 answer
188 views

I'm having trouble to add coorganizer to an existing Teams OnlineMeeting. Method PATCH to API enpoint $"{GraphBaseUrl}v1.0/users/{organizer_id}/onlineMeetings/{meetingId}" var ...
Ph0ngvu's user avatar
  • 47
0 votes
0 answers
121 views

Ms Teams App's interface // 20250212172704 // https://teams.microsoft.com/api/chatsvc/in/v1/agents/28:0bc21a2c-b9c1-4bd5-9989-0c5aaf324d64/invoke { "errorCode": 911, "message":...
Saransh Bhole's user avatar
0 votes
0 answers
69 views

I am uploading the document in MSTeams channel, with below C# code, var uploadedFile = await graphClient.Groups[teamId].Drive.Items[channelId].ItemWithPath(fileName).Content.Request().PutAsync<...
ADP's user avatar
  • 123
1 vote
0 answers
280 views

I'm trying to do what is explained in this article : https://learn.microsoft.com/en-us/microsoftteams/teams-powershell-application-authentication And app service principal is assigned to the Teams ...
SlavaG's user avatar
  • 540
0 votes
0 answers
109 views

I am trying to get a report of all Teams chats in my school between teachers and students. This is the script I am running in PowerShell. # Define your tenant ID, client ID, and client secret $...
TechRav's user avatar
3 votes
2 answers
335 views

I'm trying to create a subscription to receive notifications about user messages, but I'm receiving an ExtensionError. I'm basing myself on Team chats I've tried to create a subscription with the ...
Lucca Toledo's user avatar
0 votes
1 answer
104 views

I have a bot which sends notifications to a specific Teams meeting, based on the following sample: meeting notifications bot. In order to get this bot to successfully send messages to a meeting chat, ...
kernelony's user avatar
0 votes
1 answer
133 views

backend-1 | GraphError backend-1 | at new GraphError (/app/node_modules/@microsoft/microsoft-graph-client/lib/src/GraphError.js:34:28) backend-1 | at Function. (/app/node_modules/@...
Mitema Emmanuel's user avatar
0 votes
0 answers
109 views

I am trying to add subject while posting in Teams channel. I Am using MicrosoftTeams.PostMessageToChannelV3() by searching I got to know That I can use and teams will recognize but, It is not working....
Kskrishna's user avatar
0 votes
1 answer
644 views

I have teams group in which there are multiple teams channel. I want to get all the post messages by any user and from those messages only want messages which contains "Open" as a string in ...
Kskrishna's user avatar
0 votes
1 answer
81 views

I use retrieve-channel-message graph API with application permission, and find the attachment for schedule meeting with channel GET https://graph.microsoft.com/v1.0/teams/``<team-id>/channels/&...
hoodv's user avatar
  • 11
0 votes
0 answers
166 views

Re: https://learn.microsoft.com/en-us/graph/api/application-post-calls?view=graph-rest-1.0&tabs=http#example-2-create-peer-to-peer-voip-call-with-application-hosted-media We want a bot that can ...
Ennova's user avatar
  • 712

1
2 3 4 5
22