Skip to main content

Questions tagged [microsoft-graph-teams]

Microsoft Graph Teams refers to the Microsoft Teams APIs from Microsoft Graph. This tag should always be used in conjunction with the [microsoft-graph] tag.

microsoft-graph-teams
0 votes
0 answers
15 views

Activity notifications sent using the /sendActivityNotification API route is not appearing in Microsoft Teams andrioid or ios app

I have an app for Microsoft teams which is sending activity notifications to the user in a team using the /sendActivityNotification API route. Notifications are appearing when using Microsoft Teams ...
Soumya Dey's user avatar
1 vote
0 answers
25 views

How do I avoid rate limit issue when extracting many images from microsoft graph urls?

I have a web application which displays teams messages from various channels in one place, when a user sends an image in teams chat, it is received as a url in the format https://graph.microsoft.com/...
traveling-waffles's user avatar
0 votes
2 answers
32 views

Teams tab authentication error "app resource defined in manifest and iframe origin do not match"

I am trying to get the access token in a teams app. but i always end up with this error "app resource defined in manifest and iframe origin do not match" after creating the Entra ID app then ...
Same's user avatar
  • 77
0 votes
0 answers
14 views

Where to find messages reported by users in Microsoft Team. ChatMessagePolicyViolationPolicyTip C#

With the help of "ChatMessagePolicyViolationPolicyTip" class I block the messages of a particular user. Now this user reported this message to admin. Now in Microsoft team's admin center, ...
Amit's user avatar
  • 59
0 votes
1 answer
39 views

Impossible to send a message using the Microsoft Graph API

I need to automate sending messages in some teams channels. I use the POST method on endpoint "https://graph.microsoft.com/v1.0/teams/{teamId}/channels/{channelId}/messages" My JSON looks ...
Antoine's user avatar
0 votes
0 answers
32 views

Collecting Microsoft Teams SBC status using Graph API

I am trying to collect the latest SBC status for each direct routing profile for Microsoft Teams. Basically, I am looking for the same content as the "Health Dashboard for Direct Routing" on ...
Palezvar's user avatar
0 votes
1 answer
26 views

Failing Script to keep teams user available

I have a (hopefully) small Problem with a script I wrote. I have 2 dummy users in Teams, which aren't related to anyone and noone can access them since they are just used to forward calls. Now we need ...
Niklas's user avatar
  • 3
-1 votes
1 answer
34 views

How to open custom url from New Teams Desktop app

In the old classic Desktop Teams app I had the below code to open a custom URL. window.open('mydev://record?DB=7&URI=1', '_blank', 'noopener noreferrer'); This will redirect to the default browser ...
abani samal's user avatar
0 votes
1 answer
61 views

Microsoft Graph Batch API fails when sending request within the allowed API Limit

I am currently working on a project where I need to send messages to over 20+ users individually on Microsoft Teams using the Microsoft Graph Batch API [https://graph.microsoft.com/v1.0/$batch]. The ...
Subramani Narayanaswamy's user avatar
0 votes
1 answer
43 views

Get change notifications teams presence using Microsoft Graph API without delegated permissions

I am working on a application which needs ms teams change notifications for presence to update the frontend. The issue is this application will open in another application as an IFRAME, I have tried ...
HAMZA 's user avatar
  • 13
0 votes
2 answers
56 views

How to integrate Microsoft Calendar with a 3rd party product without using frequent API calls (Calendar sync)

What is a way to integrate Microsoft Calendar with a third-party product in such a way that an API call isn't required every few minutes? How can I develop a listener module that notifies our platform ...
Kirito's user avatar
  • 9
1 vote
0 answers
67 views

After creating a team, why TeamsAsyncOperation stays with status "notStarted" forever?

I create a new Team using POST to https://graph.microsoft.com/v1.0/teams. I expect TeamsAsyncOperation to complete with status "succeeded" but instead it stays with status "notStarted&...
Antoine D's user avatar
0 votes
0 answers
37 views

How to send a message from PHP to a MS Teams Bot (Azure-Bot)?

I'm not able to trigger a message to a group chat from my Azure-Bot for Microsoft Teams from my PHP application and don't know why. Tried a lot of things now and asked GPT - but nothing worked. But ...
visioncode's user avatar
0 votes
1 answer
50 views

Getting "property id does not support filtering" error while calling Microsoft GraphAPI

I have a list which contains same subject name(meeting name),so wanted to get transcript of both the meetings. I have below list of subjects : [ { "subject": "test meeting", ...
Pam's user avatar
  • 15
0 votes
1 answer
81 views

MS Graph: adding team owners/members through groups or teams

I'm in the progress of making a coupling between our SIS (school information system) and Teams us MS Graph. In the past we used SDS for that, but that is going into a direction we don't like. Not the ...
Peter's user avatar
  • 65

15 30 50 per page
1
2 3 4 5
71