An API that connects multiple Microsoft services, enabling data access and automation across platforms
14,010 questions with Microsoft Security | Microsoft Graph tags
Unable to fetch Author Details
Hello, I am using the Microsoft Graph API to retrieve a SharePoint list item along with all its fields (properties) using the following request: https://graph.microsoft.com/v1.0/sites/{siteID}/lists/{listID}/items('{itemID}')?expand=fields This request…
Microsoft Security | Microsoft Graph
Unable to find Author or Editor Details
Hello, I am using the Microsoft Graph API to retrieve a SharePoint list item along with all its fields (properties) using the following request: https://graph.microsoft.com/v1.0/sites/{siteID}/lists/{listID}/items('{itemID}')?expand=fields This request…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
How to update Sharepoint list item hyperlink column
I'm trying to update hyperlink column with the following request PATCH https://graph.microsoft.com/v1.0/sites/{site-id}/lists/{list-id}/items/{item-id}/fields Content-Type application/json Request body: { "OriginalImageLink": { …
Microsoft 365 and Office | SharePoint | Development
The process of building custom applications and tools that interact with Microsoft SharePoint, including SharePoint Online in Microsoft 365.
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
How to pull only the alerts type of event from Microsoft Entra ID
Hi Team, We are currently evaluating options to pull only Microsoft Entra ID alerts into our SIEM platform and would appreciate guidance on the best approach. At the moment, we are exploring different options such as Microsoft Graph APIs and Event Hub…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Graph API Calendar Events delta query infinite loop
I'm using Event delta queries API to synchronize calendar events for several account. The initial /calendar/calendarView/delta request spans a 1-year window, from now to 1 year in the future. With one specific account, the delta request return an…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Which API permission is required to access Email & Collaboration Alerts from Microsoft Defender for Office 365?
Hello, I am currently trying to collect Email & Collaboration Alerts via API, those seen in Microsoft Defender Portal → Email & Collaboration → Alerts view or in Microsoft Purview Portal → Compliance Alerts. I have already registered an app in…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
How to add Employee ID for a bulk of user in Azure AD
We are trying to create a microsoft users using a bulk create operation and we would like to add a Employee ID as part of csv but unable to map the field. We are using the header as : EmployeeId [employeeId] but this is not working Can you please suggest…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Error when we try access https://developer.microsoft.com/en-us/graph/graph-explorer
When trying to access the Microsoft Graph portal to capture the token, we are getting the following error. An error occurred while processing your request. Reference…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
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 Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Entra User graph endpoint shows lastPasswordChangeDateTime as 1601-01-01T00:00:00Z
When querying the graph api endpoint for a user I see their lastPasswordChangeDateTime being reported as 1601-01-01T00:00:00Z which is the Microsoft epoch. What would this indicate? A Background: The Entra users likely was in AD on-premise as the graph…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Cannot enabled "Community Management API" on a verified application
I am running an application in production using different sub API of the LinkedIn platform. LinkedIn Ad Library Advertiwzing API Conversions API Lead Sync API Sign In with open ID connect. In my post redaction i would like to be able mention…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Issue with Sub‑Step 3 in JIT Migration Developer Guide – Custom Authentication Extension Creation Error
Hello Microsoft team, We are following the Developer Guide for the B2C to Entra External ID Migration Tool, specifically Sub‑Step 3: Create the Custom Authentication Extension. When applying the extension using the provided PowerShell sample, we…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
"grant admin consent" needed
How can I open a ticket to get grant admin consent for an API that I created? App name: Teams_Exit_Data_API Client ID: e4841215-f86d-4e0a-9b45-9aca9e3ce00d Permission: Microsof Graph Type: Application (not delegated) Need: Automation to download XLSX…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Question about v1.0/organization
Hi! I have a question regarding info from v1.0/organization graph api Where these fields: securityComplianceNotificationMails securityComplianceNotificationPhones technicalNotificationMails are visible in the UI (user interface)? I can't find…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
How to add co-host or co-organizer to an event using ms graph api's ?
we have different users and for them, I can create events with meeting in their calendars by using graph API but in Case any user is not available to attend the event so I want that any other co-organizer or co-host can attend that event, I don't know…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
How to retrieve all mobileapps using Microsoft Graph API ?
we generally used this API Call : https://graph.microsoft.com/v1.0/deviceAppManagement/mobileApps to retrieve the mobile apps and assign policy and manage policy and apps under the policy in our Product which has Microsoft Graph API Service to manage…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Microsoft SSO - Azure AD Credentials
Microsoft SSO - AZURE AD credentials. Microsoft SSO (needs Azure AD credentials — Client ID, Secret, Tenant ID).
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Graph API - Errror AADSTS700082: The refresh token has expired due to inactivity.
I have an app (Sapes Calendar) published on the company tenant and configured for multi-tenant access. This app allows our customers to authorize one of our desktop applications to access their calendars via SSO authentication. Our application accesses…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
/mailFolders/{folderId}/messages/delta returns ErrorInvalidIdMalformed in Microsoft Graph API (China - 21Vianet) while the same folderId works fine with /messages
Problem Description When using the Microsoft Graph API on the China (21Vianet) endpoint, calling /mailFolders/{folderId}/messages/delta returns an ErrorInvalidIdMalformed error, even though the exact same folderId works perfectly fine when calling…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Microsoft Export API is no longer returning "Code:PaymentRequired" errors for users not licensed and/or DLP
This week we have noticed that Microsoft Export API is no longer returning 'Code: PaymentRequired' errors for users not licensed and/or DLP (Data Loss Prevention) Off as before. As a result, we are seeing a spike in MS Teams messages being received and…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms