Category "microsoft-graph-api"

How to invite user to a team using Graph API?

I can invite a user with Grap API /invitations endpoint: POST https://graph.microsoft.com/v1.0/invitations Content-type: application/json { "invitedUserEmail

Graph API Device Management Configuration Compliance Policy Search

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

InpsectorView in Outlook is not updating the contact after updating the contact through my Applications when I am using add-ins enabled, why the cah

Please guide me why in outlook contacts module is not updating contact in Inspector view

ClientAuthenticationException using MS Graph API and Java

I have an issue with sending mails using MS Graph API. Here`s my code: public GraphMailUtil(){ getConfiguration(); this.graphClient = configureG

MS Graph API 403 error when calling users even access is granted

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

angular Microsoft authentication library issue

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

Why does "Microsoft.Graph.User.AdditionalData" property contain manager information?

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

'Preauthorization missing.' error when trying to get Access Token from Outlook AddIn

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

Setting Azure AD Microsoft Graph Email API/Permission in Terraform

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

Is there any way to get Graph API event reminder through subscription?

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

MS Graph API message move - 415 unsupported media type

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

C# AzureAD joined device - retrieve token for Graph API silently

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

Explanation for error "Incoming request was redirected to the wrong geo! Current geo: EUDB, Target geo: EMEA" in Bot Framework Teams Bots?

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

How to cache token with Microsoft Graph for Java

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

IPF.Imap can not be listed by graph api /users/{user_id}/mailFolders/{folder_id}/childFolders

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,

Creating a Calendar event O365 package in python?

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

How i cant iterate a json object in power apps without use power automate

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

Automatically save a send email as Adobe PDF and save in a folder

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

Need to create VSTO UserProperties with MS Graph

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

How to add attachments to todoTasks using Microsoft Graph API v1.0

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