How to Download Attachments from SharePoint List Item using Microsoft Graph API
Dear Microsoft Support Team, I use the Microsoft Graph API to interact with the SharePoint list. When I call the following endpoint: GET…
Microsoft Graph
What would be causing this intermittent Graph error?
Hi all! I'm a software engineer supporting a non-public system that has been in production for a couple of years now. This system in question has a feature whereby generated Word documents are uploaded to a private Sharepoint site, to which soon…
Microsoft Graph
Azure App Service
Issue Updating Multi-Value Lookup Field in SharePoint List Item Using Microsoft Graph API
Hello Everyone! I'm encountering an issue when trying to update a multi-value lookup field in a SharePoint list item using the @microsoft/microsoft-graph-client library. My code successfully updates fields of type string and number, but I’m facing…
Microsoft Graph
Will Microsoft Graph support service tags for IP-based Conditional Access Policies?
Hi, I work on a tenant factory microservice. Our job is to provision tenants for internal use to Microsoft teams for testing, monitoring, etc. We have been tasked with locking down tenants to only be accessible for approved IP ranges. We allow default…
Microsoft Graph
Can I filter for Shifts by notes?
In the graph api for Shifts, are we able to use filters for notes or displayName? An example would be in the notes of draftShift or sharedShift, it had something like [special word here], is there a way to filter for that?
Microsoft Graph
Power Automate - One Drive for Business Convert File has stopped working
I use this to convert files to PDF. It has worked with no issues for several years. Yesterday it started timing out and now today it says PDF is not a supported format. Furthermore the action still shows PDF as an option in Power Automate…
Microsoft Graph
Azure Automation
Clarification on App-only Access to Subject and Location Fields in Calendar Events
Hello Microsoft Graph Team, I’m working on integrating calendar data using Microsoft Graph and would like clarification regarding the visibility of event subject and location when using application (app-only) permissions. Specifically, under what…
Microsoft Graph
Getting resources Ids by resource groups and Subscriptions through graph API
I am developing an RBAC with Python code using Graph API and Request library (because the MS library doesn't work on my environment), and I am collecting all the information I need: Users, Permissions/Roles Subscriptions Resource Groups Resources…
Microsoft Graph
Graph Subscription Error 400 bad Request with date
I am getting a 400 bad request error when creating a subscription. I used this exact same payload yesterday without any issue. I am pretty sure my date format is correct. payload: Error: Thank you for any help.
Microsoft Graph
How to create a Teams app to send surveys to different users and channels within an organization
I am working on developing a Teams app that will enable an admin to create surveys and send them to different users and channels within an organization. The surveys will have different question types, including open-ended, polls, and multiple-choice…
Microsoft Graph
Microsoft Teams Development
Is UI available to allow sites for Sites.Selected permission?
Hi, I want to restrict access for my app to specific sites only. As per https://devblogs.microsoft.com/microsoft365dev/controlling-app-access-on-specific-sharepoint-site-collections/, I can assign Sites.Selected permission on Azure portal, but I have…
Microsoft Graph
SharePoint
Microsoft Entra ID
Using Graph API to Perform 'What If' Analysis on Conditional Access Policies for Specific Users
Hello, I am exploring the use of the Microsoft Graph API for performing a "What If" analysis on Conditional Access (CA) policies. Specifically, I want to look up which CA policies apply to a particular user under certain conditions (e.g.,…
Microsoft Graph
Graph API Subscribe 'Cannot query rows in a table' Error
Hi, We have developed an Outlook Add-In which allows storage of email conversations in our CRM. The backend app uses the Graph API to retrieve messages from the user's mailbox. As of 23rd April we've been receiving an error response from the Graph API…
Microsoft Graph
Graph getSchedule returns wrong daylight offset in Customized Time Zone
I have been using graph sdk for fetching outlook users’ calendar (organization). The schedule returned seems to he correct except in case when the time zone returned is “Customized Time Zone”. For every user that has their workingHours time zone coming…
Microsoft Graph
How do i implement 1:1, 1:n, n:1 and n:n service in bookings via microsoft graph api. if n:n how can i fetch from availability
How do i implement 1:1, 1:n, n:1 and n:n service in bookings via microsoft graph api. if n:n how can i fetch from availability
Microsoft Graph

How do i implement 1:1, 1:n, n:1 and n:n service in bookings via microsoft graph api. if n:n how can i fetch from availability
How do i implement 1:1, 1:n, n:1 and n:n service in bookings via microsoft graph api
Microsoft Graph
Teams Meeting Link Removed After Event Update via Microsoft Graph API
When rescheduling a Teams meeting via UpdateAsync() in Microsoft Graph, even with IsOnlineMeeting = true and OnlineMeetingProvider = TeamsForBusiness, the OnlineMeeting.JoinUrl is removed and the meeting becomes a regular calendar entry.
Microsoft Graph
Requesting a token works in Postman but errors in a Logic App HTTP post
I have successfully got a token using Postman send the following as application/x-www-form-urlencoded. Posted to https://login.microsoftonline.com/<tenant_id>/oauth2/v2.0/token grant_type: client_credentials client_id: <client_id> …
Microsoft Graph
New 500 Response on POST https://graph.microsoft.com/v1.0/subscriptions (The operation failed with a permanent mailbox error)
We have an Outlook add-in, using the java SDK version 2.6.0. Since last Weds 23rd April (the error definitely first occurred then), the authentication process (creating a subscription) on the add-in is failing for some users, with a response of…
Microsoft Graph
Microsoft Graph API returns "generalException" when accessing user drive via delegated access
Hi, I'm trying to download files from a specific user's OneDrive using the Microsoft Graph API via a Jenkins pipeline. I’m using the client credentials flow (delegated access), and I'm able to successfully retrieve the access token from Azure…