Microsoft Teams Notification Password Expiry Issue
Microsoft Graph API – Is it possible send chat message using client credentials flow?
Issue Removing User from Teams Call Using Graph API in Postman: “Application is not registered in our store” Error
I’ve been trying to remove a user from a Teams call using Postman and Graph API, but I keep getting this error:
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 of changes and avoids the need for a GET API call?
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 discussion for now. This is:
Programmatically create a Teams Meeting for a Personal Account
I am writing a web app that needs to create/modify/delete Teams Meetings on behalf of users who have personal Microsoft accounts, not work or school accounts.
Microsoft Graph API sometimes return less channel messages than expected
I use Microsoft Graph API to get messages in a Team channel.
Microsoft teams, how to recive messages to node.js server?
I am trying to get messageContent from microsoft Graph-Api. I am using subscribtion notification that return me a data resources when message occure in specyfic team in ms teams. With helps this data i can use
GET /teams/{team-id}/channels/{channel-id}/messages/{message-id}
. If i undestand corretly i need protected Api to make it