An API that connects multiple Microsoft services, enabling data access and automation across platforms
14,048 questions with Microsoft Security | Microsoft Graph tags
Start Provisioning of private channel site
When creating a private channel in Teams via the Graph API, the associated channel site is not automatically created. I need a command or API call to start provisioning of the channel site without manual intervention.
Microsoft Security | Microsoft Graph
Microsoft groups - graph API does not return all posts in a thread/conversation
Hi team, I am experiencing the issue that graph API does not return all posts in a thread/conversation , but it does not appear to be related to older posts being moved or soft-deleted. The posts are still present, and I have verified this with the…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Can't delete an ExternalGroup using the Graph API
I have an application that syncs groups from a 3rd party app into Graph API using an ExternalConnection and by recreating groups when memberships change - i.e. a delete followed by a create. Most groups work as expected. However some groups end up in an…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Graph API error on filter with Groups
Hello everyone, I am trying to get this URI (https://graph.microsoft.com/v1.0/groups?$filter=resourceProvisioningOptions/Any(x:x eq 'Team')) to work in Power Automate and I have tested it in the Graph Explorer and am getting the following error: Any…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Add redirect URI for a web application
We intend to perform application registration using OAuth authentication in Entra. While configuring the redirect URI for a web application, we would like to confirm whether it is possible to add multiple redirect URIs simultaneously while using a single…
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
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
An API that connects multiple Microsoft services, enabling data access and automation across platforms
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://dori-uw-1.kuma-moon.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
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