13,102 questions with Microsoft Graph-related tags

Sort by: Updated
0 answers

PDFs Not Appearing in Recently Accessed Documents Immediately After Opening

I am using the Microsoft Graph API to access recently accessed documents from OneDrive and SharePoint. While other document types (docx, xlsx, pptx) appear instantly after opening and refreshing, PDFs experience a significant delay before showing up in…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,102 questions
asked 2025-02-20T19:22:00.9333333+00:00
Trupti Nayak 0 Reputation points
2 answers

Permissions Needed to Access User Data Based on UPN

An app registration has been created with the permissions: User.Read and User.Read.All. This has been confirmed with a screen capture from the admin. A token has been successfully obtained and passed when accessing…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,102 questions
asked 2025-02-19T00:44:41.19+00:00
Greg Schumacher (DDB Technology) 0 Reputation points
commented 2025-02-20T18:56:12.2233333+00:00
Greg Schumacher (DDB Technology) 0 Reputation points
1 answer

How to not send the mail to the group mailbox in conversation replies?

Hello, I am building an application in which using Graph API. I was able to create a conversation using this code, and it is not sending any mail. const newConversation = { topic: `Comments on task "${task.title}"`, threads:…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,102 questions
asked 2025-02-20T12:26:04.5566667+00:00
Bikram Jeet Singh 25 Reputation points
answered 2025-02-20T17:47:06.7966667+00:00
Akhil Nasalwai - MSFT 500 Reputation points Microsoft Vendor
0 answers

How to set Bypass Approval field to False when calling New-MgEntitlementManagementAssignmentRequest

I am trying to use the Microsoft Graph command New-MgEntitlementManagementAssignmentRequest to create an access package request. The package policy's approval settings is set to require approval, i.e. direct assignment is prohibited…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,102 questions
asked 2025-02-20T17:27:11.46+00:00
Joanne Lee 0 Reputation points
1 answer

Revoke app role assignment from service principal not working

Hi there, I'm reporting this issue here because I first reported it here: https://github.com/microsoftgraph/msgraph-sdk-powershell/issues/3142 and was routed to Microsoft Graph support page, where I couldn't find a bug reporting page and the known…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,102 questions
asked 2025-02-19T18:15:44.6033333+00:00
Helen Yang 0 Reputation points Microsoft Employee
commented 2025-02-20T17:12:14.4766667+00:00
Helen Yang 0 Reputation points Microsoft Employee
0 answers

How to upload a file to a SharePoint library with Column validation enabled using the Graph API

Hi, I have noticed a difference in how SharePoint and the Graph APIs upload files in some specific cases. In SharePoint, we can create list and libraries and add custom columns. Those custom columns also support custom column validation (for…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,102 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
3,318 questions
asked 2024-03-05T06:19:02.27+00:00
Mathieu REBUFFET 0 Reputation points
commented 2025-02-20T17:06:14.14+00:00
Matthew Lee 0 Reputation points
1 answer

Call records API call only giving me 60 records

When i am running this API - i am just getting 60 records , i know it should have lot more records. https://graph.microsoft.com/v1.0/communications/callRecords?$select=id,startDateTime&$filter=startDateTime ge 2025-01-31T15:13:19.000Z and…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,102 questions
asked 2025-02-19T19:34:32.24+00:00
naveen rayapoodi 0 Reputation points
commented 2025-02-20T16:54:51.7533333+00:00
naveen rayapoodi 0 Reputation points
2 answers

Can I update the email body when deleting the event?

I am using this method to delete the event, but I don’t see the possibility of updating the email body upon deletion. Is this correct? String url = String.format("https://graph.microsoft.com/v1.0/users/%s/calendar/events/%s", …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,102 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
693 questions
asked 2025-02-17T13:14:26.3833333+00:00
Julián José López Arellano 20 Reputation points
commented 2025-02-20T16:44:06.5633333+00:00
Akhil Nasalwai - MSFT 500 Reputation points Microsoft Vendor
0 answers

Why does the Graph API throw a general exception error when column validation has been added?

This is the scenario Within a SharePoint list I have a single line of text column to which I have added the validation: =LEN(TestColumn)=11 This tests the input length, the constraint is that is must be 11 characters in length Observations I…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,102 questions
asked 2025-02-20T15:56:38.89+00:00
Matthew Lee 0 Reputation points
0 answers

How Submit HTTP Mail Attachment through Microsoft Graph API?

There are no examples anywhere on how to submit an http mail attachment to the Graph API. After 102 unsuccessful permutations, I am asking here. I have come to the conclusion that Graph has a bug in not allowing attachments - or is something known to…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,102 questions
asked 2025-02-20T15:34:02.1866667+00:00
WesWilliams-4769 45 Reputation points
0 answers

Unable to fetch worksheets in an Excel workbook with Graph API

When using the Graph API for Excel, we are able to fetch a workbook in a personal account successfully using this endpoint: /me/drive/items/<workbookID> But when attempting to list the worksheets in that workbook, we receive a 401 error…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,102 questions
asked 2025-02-20T14:29:30.75+00:00
Auto Tester 0 Reputation points
edited the question 2025-02-20T15:20:37.2766667+00:00
Auto Tester 0 Reputation points
0 answers

Initials value not visible in Outlook when using Graph API to Create a Contacts

Hello, When Creating a contact using below URL: https://graph.microsoft.com/v1.0/users/[UserID]/contactFolders/[ContactFolderID]/contacts With this Body: { "displayName": "John Doe", "fileAs": "Doe",…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,102 questions
asked 2025-02-20T10:13:00.36+00:00
Christophe REGARD 0 Reputation points
edited the question 2025-02-20T14:56:13.69+00:00
Christophe REGARD 0 Reputation points
0 answers

endpoint returning 403 even after admin consent

We are attempting to test the endpoint in the Microsoft Graph API Explorer; however, it is returning a 403 error despite the provision of admin consent, which is also evident in the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,102 questions
asked 2025-02-20T14:43:14.49+00:00
Chanakya Sankritayayana 10 Reputation points
0 answers

How can i get the recurring events as well?

Hi I am using the API- /me/events , I am able to get the events in my calendar but certain events do not come up. The ones encircled yellow, are not fetched, the top most long red line is recurring meeting and the testing actions is some sort of…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,102 questions
asked 2025-02-20T12:00:25.9066667+00:00
Mansi Gusain 210 Reputation points
edited a comment 2025-02-20T13:37:19.95+00:00
Mansi Gusain 210 Reputation points
2 answers

Microsoft Graph Retention Labels

Hi, When I call https://graph.microsoft.com/beta/security/labels/retentionLabels, it only returns the first 100 labels. It then provides paging with a subsequent link object in the JSON. However, that link fails every time. I cannot use the standard…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,102 questions
asked 2025-02-19T20:52:01.65+00:00
Liam Cleary (MVP Alumni, MCT) 0 Reputation points
commented 2025-02-20T13:14:15.33+00:00
Liam Cleary (MVP Alumni, MCT) 0 Reputation points
0 answers

KQL query for fetching vm resources in a maintenance configurations

For configuring Azure update manager, I have created maintenance configuration for patching schedules where to evaluate vm resources for each configuration i was using tags to filter VMs on a scope of subscriptions i have (around 50) using Dynamic scope…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,387 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,102 questions
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Deployment: The process of delivering, assembling, and maintaining a particular version of a software system at a site.
1,034 questions
Azure Update Manager
Azure Update Manager
An Azure service to centrally manages updates and compliance at scale.
346 questions
asked 2025-02-19T11:08:50.9066667+00:00
Garg,Srishti 0 Reputation points
commented 2025-02-20T12:25:33.3633333+00:00
Garg,Srishti 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to find the list of shared mailboxes using Graph API call?

Please write an API call to find the list of all shared and group mailboxes present in the organisation

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,102 questions
asked 2025-01-31T07:41:52.8566667+00:00
Kesava Chenna 20 Reputation points
accepted 2025-02-20T12:19:13.82+00:00
Kesava Chenna 20 Reputation points
0 answers

Microsoft Excel HTTP Error: We're sorry. We couldn't finish what you asked us to do because it was taking too long.

Hi, We are using Microsoft Excel with Microsoft Graph API in our Integrated Data Platform. Basically, we're trying to write from a source to Microsoft Excel, but failing with this error response: { "error": { "code":…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,102 questions
asked 2025-02-20T11:03:02.2466667+00:00
Ming 40 Reputation points
2 answers

I need help renewing my icrosoft 365 developer programe expired subscription

I have recently joined the developer programme, and in the the middle of developing an interactive platform for word, and also looking at improving the team chat. My laptop was stolen and password hacked, I struggled with retrieving my log in details…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,898 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,102 questions
Microsoft 365 Publishing
Microsoft 365 Publishing
Microsoft 365: Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.Publishing: The process of preparing, producing, and releasing content for distribution or sale.
634 questions
asked 2024-07-06T15:34:51.44+00:00
Emmanuel emmanuel.niki 0 Reputation points
commented 2025-02-20T10:36:34.9866667+00:00
Michal Charvát 0 Reputation points
1 answer

Missing property value enrollmentProfileName for managed devices in Microsoft Graph

When attempting to retrieve data from https://graph.microsoft.com/v1.0/deviceManagement/managedDevices, the enrollmentProfileName property consistently returns null. In contrast, when calling https://graph.microsoft.com/v1.0/devices, the property…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,102 questions
asked 2025-02-04T11:37:19.37+00:00
Edwin 0 Reputation points
commented 2025-02-20T10:08:31.1233333+00:00
Rajat Vashistha-MSFT 835 Reputation points Microsoft Vendor