I can invite a user with Grap API /invitations endpoint: POST https://graph.microsoft.com/v1.0/invitations Content-type: application/json { "invitedUserEmail
We have multiple clients that have a security software compliance policy in place. My goal is to look into those policies, and pull out the devices that are not
Please guide me why in outlook contacts module is not updating contact in Inspector view
I have an issue with sending mails using MS Graph API. Here`s my code: public GraphMailUtil(){ getConfiguration(); this.graphClient = configureG
I am generating access token by the following route in my node.js https://login.microsoftonline.com/{tenant-id}/oauth2/v2.0/token After that I get access_token
I am using MICROSOFT AUTHENTICATION LIBRARY in our angular 10 project. I have used MSAL loginPopup() function to login the user in our active directory. But som
Within the Microsoft.Graph.User object there is a field called "AdditionalData". It seems this can hold many values, from telling if a record is a delta record
I am making an Outlook add-in in React and when trying to get the access token from OfficeRuntime, I get the following error: This is the method I am trying to
I am provisioning some Azure infrastructure using Terraform. Included in the setup requirement is some configuration of an Azure AD registered app and this requ
We have multiple reminders like 5 minutes , 15 minutes and 30 minutes. We store them in our own database and send maximum time reminder with graph API create ev
I have followed proper documentation and examples. Also other methods are working fine, but message move is not working properly. Please look at below and sugge
I want to create Graph API client as logged in user. The device is Azure active directory joined device. Documentation says I should use Integrated windows auth
Starting May 13th, 2022 around 3 PM UTC, we are seeing several of our previously functional Teams bots built on the bot framework failing to send messages to us
I am using Microsoft Graph SDK for some requests however everytime I perform a GET request it does another request to get a token. I've tried reading documentat
As stated in the title, I am unable to list folders with FolderClass="IPF.Imap" using graph api /users/{user_id}/mailFolders/{folder_id}/childFolders. However,
I'm trying to make a script to add Calendar events to my main calendar in outlook using python and the O365 package. But I keep running into various issues with
I have a custom connector with microsoft graph api in my power apps and i have a request and a response with graph explorer, now my problem is they i can't iter
I would like to create an automatic step whenever I send certain emails with the subject line "Filing" and email body containing "filing done" to save these sen
We have an add in that works with user properties set as Outlook.OlUserPropertyType.olInteger I have been asked to integrate that with MSGraph. According to thi
I am trying to add an attachment to a task using Graph API. Previously you can create and list attachments using Outlook Tasks enpoints in Outlook rest API and