13,533 questions with Microsoft Graph-related tags

Sort by: Updated
1 answer

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
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,533 questions
asked 2025-04-28T10:22:29.86+00:00
Samuel JN 1 Reputation point
answered 2025-04-30T06:32:07.09+00:00
SrideviM 2,620 Reputation points Microsoft External Staff
1 answer

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
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,533 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,687 questions
asked 2023-08-30T18:03:43.63+00:00
Jarod Kurland 146 Reputation points
edited a comment 2025-04-30T03:02:53.11+00:00
Brady, Shaun (CMS/OACT) 0 Reputation points
0 answers

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
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,533 questions
asked 2025-04-30T02:22:28.32+00:00
João Pedro da Mota Lawandovski 0 Reputation points
0 answers

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
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,533 questions
asked 2025-04-29T22:22:01.13+00:00
Alyssa Williams (ODSP) 0 Reputation points Microsoft Employee
0 answers

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
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,533 questions
asked 2025-04-29T21:16:19.57+00:00
Christopher R 20 Reputation points
edited the question 2025-04-29T21:43:02.4766667+00:00
Christopher R 20 Reputation points
0 answers

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
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,533 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,352 questions
asked 2025-01-08T14:41:06.26+00:00
Christopher Roos 20 Reputation points
commented 2025-04-29T20:18:59.38+00:00
Brady, Shaun (CMS/OACT) 0 Reputation points
1 answer

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
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,533 questions
asked 2025-04-23T12:52:43.3966667+00:00
Dhawan.Amrita 0 Reputation points
answered 2025-04-29T19:55:55.1633333+00:00
Carolyne-3676 216 Reputation points
0 answers

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
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,533 questions
asked 2025-04-29T15:49:39.8233333+00:00
Luis Vasquez 0 Reputation points
0 answers

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
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,533 questions
asked 2025-04-29T13:57:43.13+00:00
rzoolander 0 Reputation points
1 answer

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 Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,533 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,852 questions
asked 2024-02-08T09:43:18.1066667+00:00
Anonymous
commented 2025-04-29T13:08:05.9833333+00:00
Ben Force 0 Reputation points
1 answer One of the answers was accepted by the question author.

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
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,533 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,229 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
24,328 questions
asked 2022-06-27T11:07:38.55+00:00
captain_atharv 511 Reputation points
commented 2025-04-29T12:40:29.21+00:00
anthony 21 Reputation points
1 answer

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
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,533 questions
asked 2024-08-27T07:30:10.54+00:00
Daan van Wijnen 0 Reputation points
commented 2025-04-29T12:36:05.7166667+00:00
EvoLKS 20 Reputation points
0 answers

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
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,533 questions
asked 2025-04-29T12:34:44.3266667+00:00
Matthew McDonagh 0 Reputation points
edited the question 2025-04-29T12:35:18.15+00:00
Matthew McDonagh 0 Reputation points
0 answers

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
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,533 questions
asked 2025-04-29T12:27:22.6+00:00
Aihab Umair 0 Reputation points
edited the question 2025-04-29T12:32:42.2266667+00:00
Aihab Umair 0 Reputation points
1 answer

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
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,533 questions
asked 2025-04-29T12:13:46.14+00:00
Shruthi Sridhar 20 Reputation points
answered 2025-04-29T12:13:46.2733333+00:00
Q&A Assist
0 answers

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
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,533 questions
asked 2025-04-29T12:09:40.4666667+00:00
Shruthi Sridhar 20 Reputation points
edited the question 2025-04-29T12:11:18.7966667+00:00
Shruthi Sridhar 20 Reputation points
0 answers

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
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,533 questions
asked 2025-04-29T11:57:07.1066667+00:00
Tushar Lokhande 0 Reputation points
0 answers

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
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,533 questions
asked 2025-04-29T10:52:57.69+00:00
Jon Farmer | Stiperstone 0 Reputation points
edited the question 2025-04-29T11:46:08.8+00:00
Jon Farmer | Stiperstone 0 Reputation points
0 answers

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
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,533 questions
asked 2025-04-29T11:10:27.4866667+00:00
Ben Consterdine 0 Reputation points
edited the question 2025-04-29T11:12:04.3433333+00:00
Ben Consterdine 0 Reputation points
1 answer One of the answers was accepted by the question author.

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…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,533 questions
asked 2025-04-25T07:19:24.7566667+00:00
Bonow 20 Reputation points
accepted 2025-04-29T11:02:11.3533333+00:00
Bonow 20 Reputation points