13,323 questions with Microsoft Graph-related tags

Sort by: Updated
0 answers

How to retrieve user logout requests through MS Graph

Hi there! I've found very little information regarding this specific issue, but perhaps someone here has a definitive answer on how (if at all) this is possible. My use case is that I want to know not only the Sign-in timestamps for a given user, but…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,323 questions
asked 2025-03-24T16:04:29.7033333+00:00
Paul Hofma 0 Reputation points
1 answer

Microsoft Graph - Limit Application Permission Access to Specific Shared Mail Folders for Webhook Notifications

Hi, I am trying to set up webhook notifications for mail folders (Inbox and Sent Items) in a shared mailbox using Microsoft Graph API. According to the documentation, this is only possible using Application Permissions (not Delegated…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,323 questions
asked 2025-03-24T12:53:00.5666667+00:00
Achilles Demey 0 Reputation points
answered 2025-03-24T15:52:55.4266667+00:00
Rajat Vashistha-MSFT 1,320 Reputation points Microsoft External Staff
1 answer

I need help Parsing Microsoft Graph API Call Records in C#

I need help with parsing the response from the Microsoft Graph API's GET /callRecords endpoint. The JSON response I received is 3100 lines long. I have deserialized it into a Microsoft.Graph.CallRecord object and can inspect the 15 sessions it contains.…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,323 questions
asked 2025-03-24T15:12:57.1966667+00:00
Nate Waldron 0 Reputation points
answered 2025-03-24T15:40:11.6+00:00
Michael Taylor 57,396 Reputation points
1 answer

Graph script updates first user then fails every user after first User 'username@user' not found

csv file is 2 columns UserPrincipalName and telephoneNumber Connect to Microsoft Graph Connect-MgGraph -Scopes User.ReadWrite.All Read the CSV file $users = Import-Csv -Path "C:\temp\2Phone.csv" Go through each user in the CSV and update the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,323 questions
asked 2025-03-18T16:54:00.4733333+00:00
Steve Brophy 5 Reputation points
commented 2025-03-24T15:39:19.1+00:00
Steve Brophy 5 Reputation points
2 answers

PIM Group Eligible membership reporting

Hi, We use different Entra groups which have the memberships managed via PIM. Several users are added as eligible members to those groups. I am trying to generate a report of all eligible members in all of those PIM Managed groups. I tried different…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,323 questions
asked 2025-03-12T19:44:24.26+00:00
Sukhwinder Singh 46 Reputation points
commented 2025-03-24T13:49:44.4966667+00:00
Sukhwinder Singh 46 Reputation points
0 answers

File Corruption in SharePoint Upload via Microsoft Graph API - Random Issue

Issue Description: I am using the Microsoft Graph API 5.80.0 to upload files to SharePoint from a Java Spring Boot application. The upload works fine in normal conditions, but some files become corrupted while uploading & so unable to download from…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,323 questions
asked 2025-03-24T13:20:30.3933333+00:00
Vivek Buddhadev 46 Reputation points
1 answer

Getting error while launching application from myapps.microsoft.com

I configured OIDC Single Sign on in adminconsole of Adobe. When I run the application "Adobe Identity Management (OIDC)" from myapps.microsoft.com it gives an error App launch failed App with ID 6aba272b-e383-44cd-8eda-34c66dfd9546 failed to…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,323 questions
asked 2025-03-18T21:52:10.02+00:00
Sanjay Sinha 0 Reputation points
answered 2025-03-24T12:18:24.4866667+00:00
Rajat Vashistha-MSFT 1,320 Reputation points Microsoft External Staff
1 answer

How to Get the Latest Excel File from SharePoint | Using API GET Method

Hi, I'm using the API below to download an Excel file from SharePoint. I noticed that when we update the Excel file and download it, the downloaded file does not contain the updated changes. It takes more than 30 seconds to get the latest version of the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,323 questions
asked 2025-03-24T09:40:32.6533333+00:00
Krishnan N V, Kiran 0 Reputation points
answered 2025-03-24T11:45:24.2833333+00:00
Aashutosh Tiwari - MSFT 5 Reputation points Microsoft External Staff
1 answer

Graph Explorer Data processing and storage residency

While the Data Residency portal shows that Graph is available in Canada Central region and Graph Data Connect is available in both Canada Central and Canada East. I need a way to verify that all our data at rest and processing are remaining in those…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,323 questions
asked 2025-01-30T17:09:04.75+00:00
Hillsdon, Gregory 0 Reputation points
answered 2025-03-24T11:31:36.4966667+00:00
Mohan Joshi-MSFT 90 Reputation points Microsoft External Staff
1 answer

Get Booking options Information Booking Duration (hours) &Booking window (days)

Hi, I want to get information about Booking Duration (hours) and Booking window (days) Rooms & equipment . I tried use List places and room resource type graph API, but the response doesn't include those. Also tried use 'mailboxSettings' , but it…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,323 questions
asked 2025-03-13T01:22:35.97+00:00
Kadek Ardana 0 Reputation points
commented 2025-03-24T11:19:14.1+00:00
Rajat Vashistha-MSFT 1,320 Reputation points Microsoft External Staff
1 answer

MS Graph Search API Error: Value cannot be null. (Parameter 'searchHistoryManager')

First of all: Uploading / downloading files to our SharePoint Online site out of an Azure Synapse Analytics Python notebook with a generated OAuth2 token works flawlessly, so this is not a firewall / token generation issue or something alike. My…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,323 questions
asked 2025-03-12T12:52:49.01+00:00
Michael Nickol 5 Reputation points
commented 2025-03-24T11:18:52.7866667+00:00
Rajat Vashistha-MSFT 1,320 Reputation points Microsoft External Staff
1 answer

Emails containing extended URL's in its description are being converted to plain text at the recipient end.

Emails containing extended URL's in its description are being converted to plain text at the recipient end. What could be the issue? Below is the link which we are trying to send 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,323 questions
asked 2025-03-19T07:50:40.2+00:00
Sakshit Jaya Kanchan 0 Reputation points
commented 2025-03-24T11:16:26.43+00:00
Rajat Vashistha-MSFT 1,320 Reputation points Microsoft External Staff
2 answers

Can not send teams activity successfully by using Microsoft Graph API “https://graph.microsoft.com/v1.0/teamwork/sendActivityNotificationToRecipients

Hi Team, I am trying to send teams activity by using Graph API , the response status is 202 ,but user didn't receive teams activity . Below is the detail request, kindly help to check , Thanks a lot. BTW not sure whether the value under topic is…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,323 questions
asked 2025-03-20T08:20:50.88+00:00
Cindy Wang 0 Reputation points
commented 2025-03-24T11:15:37.4966667+00:00
Rajat Vashistha-MSFT 1,320 Reputation points Microsoft External Staff
0 answers

$select Queryparameter not working on windowsAutopilotDeviceIdentities

When calling https://graph.microsoft.com/v1.0/deviceManagement/windowsAutopilotDeviceIdentities I get all my Autopilot devices back. But if I call https://graph.microsoft.com/v1.0/deviceManagement/windowsAutopilotDeviceIdentities?$select=id I receive…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,323 questions
asked 2025-03-24T10:43:32.1966667+00:00
Michael Mican 61 Reputation points
commented 2025-03-24T10:49:48.6766667+00:00
Marten Theunissen 246 Reputation points
0 answers

SignInActivity property missing in Graph API despite visible sign‐in logs

Summary We are experiencing inconsistent behavior where the signInActivity property is not returned for some users through Microsoft Graph, even though the Azure portal shows successful sign‐in events for those same accounts. This occurs in our Azure AD…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,323 questions
asked 2025-03-20T23:18:13.6366667+00:00
DENIS MASTERKEVICH 0 Reputation points
edited a comment 2025-03-24T10:00:04.02+00:00
Danstan Onyango 3,901 Reputation points Microsoft Employee
1 answer

How do I perform a Graph search and only return items from SharePoint, Teams and OneDrive individually?

We are using the /graph/search endpoint to return search results, however it returns items from SharePoint, Teams and OneDrive altogether, all the time. We need the allow users to filter so they can say return SharePoint and OneDrive items, or just…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,323 questions
asked 2025-03-24T02:57:22.17+00:00
catmanjan 61 Reputation points
commented 2025-03-24T09:56:41.45+00:00
catmanjan 61 Reputation points
1 answer

Graph API Event's referenceAttachment not showing

I followed the instructions at "event-list-attachments" to view the list of attachments for the event, but only file attachments were viewed and OneDrive attachments were not viewed. How do I get reference attachments? owa : API :…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,323 questions
asked 2025-03-24T08:23:59.8+00:00
ram ra 20 Reputation points
answered 2025-03-24T09:42:02.8266667+00:00
Aashutosh Tiwari - MSFT 5 Reputation points Microsoft External Staff
0 answers

Microsoft Planner Premium REST API

Hello, Hope you are doing great. Our team is trying to retrieve Premium Plans and Tasks, as well as task attributes, via Microsoft Graph API. However, we can only get Basic Plans and Tasks. We are wondering if there is any way to export the data from all…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,323 questions
asked 2024-11-14T16:01:22.8466667+00:00
Sebastián Ramírez-Ibaceta 65 Reputation points
commented 2025-03-24T09:28:50.33+00:00
Marten Theunissen 246 Reputation points
1 answer

HTML Formatting Tags Stripped from Microsoft Teams Messages - GraphAPI chatMessage (v1 & Beta)

Microsoft Teams Messages with HTML formatting sent through Microsoft Teams Graph API endpoints (Beta & V1) are being stripped of <div> tags & the associated formatting. Both the desktop client & webclient have stripped down HTML. Was…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,323 questions
asked 2024-11-15T14:19:14.2033333+00:00
CITROWSKE Isaac (CNH Industrial) 15 Reputation points
answered 2025-03-24T09:22:23.9266667+00:00
Simon Gref 0 Reputation points
1 answer

How to handle "Admin Consent" in oauth flow?

I have been tasked with making this admin consent flow to work in my app. I have seen the option to use the link for the admin to give consent for everyone but we have some security conscious customers that don't want to do that.…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,323 questions
asked 2025-03-21T13:56:59.79+00:00
Alan Christensen 0 Reputation points
answered 2025-03-24T08:09:45.16+00:00
CarlZhao-MSFT 45,841 Reputation points