An API that connects multiple Microsoft services, enabling data access and automation across platforms
14,045 questions with Microsoft Security | Microsoft Graph tags
beta/security/auditLog/queries — Intermittent 500 on create, 404 on poll for a query that was just successfully created
We are using the Microsoft Graph beta API (AuditLogsQuery.Read.All permission) to create and poll audit log queries. This API has been working for us for an extended period. We started observing this issue at the beginning of this week (around April 7,…
Microsoft Security | Microsoft Graph
Ghost subscription blocks /teams/getAllMessages quota — no visible subscription exists
I'm unable to create a subscription for /teams/getAllMessages. The API returns a quota error despite no subscriptions existing for this resource. Error: POST /v1.0/subscriptions { "resource": "/teams/getAllMessages?model=A", …
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
API-driven provisioning to on-premises AD: repeated accountDisabled update on identical payload, and direct accountDisabled mapping does not trigger disable
We are testing Microsoft Entra API-driven provisioning to on-premises Active Directory and are trying to understand whether this behavior is expected or if we are using the status mapping incorrectly. Scenario We are provisioning users from a custom API…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Problem with Graph API beta and V2
Hi, As you know Microsoft Graph API is migrating https://learn.microsoft.com/fi-fi/graph/api/resources/alert?view=graph-rest-beta Looking at the documentation of Microsoft Graph Security we know that for legacy alerts the request should be: GET…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Unable to query roleEligibilityScheduleInstances with managed identity
Trying to query roleEligibilityScheduleInstances using my managed identity within an Azure Function timer trigger. It was granted RoleEligibilitySchedule.Read.Directory and given admin consent. When I try to query that Graph endpoint I get 401…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Microsoft Graph Access Token Not Returning All Granted Application Roles
I configured multiple Microsoft Graph Application permissions in Azure AD and granted admin consent. However, when requesting a token,The access token only contains some of the roles, not all. What could cause Graph to exclude certain application…
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
Top Sign-In Locations for User
The requirement is to get the top sign in locations for a user for past 90 days to show on the UX. We are planning to use graph api auditLogs/signIns//{id} endpoint of Microsoft graph api to get signin information,…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Rate limit issue with Intune APIs
I am currently working with the Microsoft Intune APIs to retrieve ManagedDevices, Audit logs, and DetectedApps. During testing, I observed that the actual rate limits I am encountering are significantly lower than those documented in the official…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Iam an admin and owner of the below app reg id and in our app we are trying to use graph api to create chats, add members etc, its running to infinite consent form popup, i have even added necessary api permissions as below, let me know how i can resolve
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
How to develop an MS teams bot with oauth app using graph api
I have setup a small App Registration to work with the Graph API along side MS Teams. It uses the oauth flow to receive an access code, which I then can exchange for a token. I am successfully able to exchange the token for a "bot" token but…
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
how to fix UDP not listening
hi , i have tried using the microsoft-graph-comms-samples bot in combination with azure however these two versions of the stack are incompatible as a result the UDP never binds to the socket and in the end i cant connect to teams calls. How did this work…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Graph API returns 404 for Partner Security subjects that are documented as available
I'm getting 404 errors from the graph API when listing certain resources. Specifically history and requirements. This is in the context of a CSP Partner tenant, retrieving the partner security score and customer insights under the same endpoint…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Cannot create subscription for communications/onlineMeetings/meetingCallEvents
Environment: Multi-tenant Azure AD app (registered in tenant A, users in tenant B) Using Microsoft Graph API v1.0 What works: Creating calendar events with isOnlineMeeting: true (delegated token) ✅ Creating subscriptions for…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Teams channel is missing the email address.
Good day Microsoft experts, With this message I am looking for your kind assistance resolving a particular issue we are facing in our Corporate environment. As Teams becoming more and more demanding in our day-to-day business communication, the…
Microsoft Teams | Microsoft Teams for business | Other
Additional features, settings, or issues not covered by specific Microsoft Teams categories
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Graph Api Sending header X-Auto-Response-Suppress Doesnt Work
I am currently using the Graph API to send emails, but have encountered an issue. I have been trying to add the 'X-Auto-Response-Suppress' header to my emails, but it does not stop Out-Of-Office emails from being recieved in all my testing. I am using a…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Unable to add "X-Auto-Response-Suppress : All " header into the email sent using graph API.
I am trying to suppress auto response email generated from recipient side by adding "X-Auto-Response-Suppress : All" into the header using graph API (Client credential flow). According to the code added below. I can see the…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
The $filter=contains feature isn’t supported
Hi, I’m trying to filter OneDrive DriveItems by name using $filter=contains, with the following query: https://graph.microsoft.com/v1.0/me/drive/root/children?$filter=contains(name,'exa'). The request consistently returns Not Found - 404. Does this…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
How to add a sensitivity label to SharePoint document library using GraphAPI
In the SharePoint UI, I can configure a default sensitivity label for a document library by going to Library Settings → Default sensitivity labels and selecting a label (e.g., General \ Anyone (unrestricted)). This applies the label automatically to all…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms