13,734 questions with Microsoft Security | Microsoft Graph tags

Sort by: Updated
1 answer

Townhall Graph API : Presenter is always added as in-tenant even as communicationsGuestIdentity

Hi, I am implementing the Townhall api. I am having an issue while adding presenters to a townhall. I want to an add out-of-tenant presenter. I am calling the following endpoint : /beta/solutions/virtualEvents/townhalls/$townhallId/presenters with the…

Microsoft Security | Microsoft Graph
asked 2025-07-10T13:39:01.1233333+00:00
Émeric Trang 25 Reputation points
edited a comment 2025-07-12T20:53:16.8266667+00:00
atsmin 0 Reputation points
1 answer

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
asked 2025-03-09T19:10:51.32+00:00
System 0 Reputation points
commented 2025-07-11T08:50:30.4+00:00
Tommy Ballo 1 Reputation point
1 answer

To get historic Presence Data in Microsoft Graph API endpoint

Hi, I want to extract User Status on Teams using Microsoft Graph Presence endpoint. POST /communications/getPresencesByUserId But when i extract the data . It just shows the current status for the user. I want to extract historic status change for the…

Microsoft Security | Microsoft Graph
asked 2025-07-11T05:52:38.0633333+00:00
Saira Munir 125 Reputation points
answered 2025-07-11T06:08:06.1966667+00:00
Vasil Michev 119.9K Reputation points MVP Volunteer Moderator
0 answers

Unable to use $select with mfaDetail on /beta/auditLogs/signIns – results in "Unsupported query" error

We're using Microsoft Graph API to fetch Azure AD Sign-In logs from the /beta/auditLogs/signIns endpoint. We were facing an issue where requests consistently fail due to a Context Timeout Error — indicating the API takes longer than expected to respond.…

Microsoft Security | Microsoft Graph
asked 2025-07-09T07:51:04.2266667+00:00
Margi Patel 0 Reputation points
edited the question 2025-07-11T06:06:06.73+00:00
Margi Patel 0 Reputation points
1 answer

ROPC Flow Failing with AADSTS50079 MFA Enrollment Error Even After MFA Disabled

Hello, I'm currently implementing the Resource Owner Password Credentials (ROPC) flow to authenticate users via Microsoft Graph API. However, I’m encountering the following error when attempting to acquire the access token: AADSTS50079: Due to a…

Microsoft Security | Microsoft Graph
asked 2025-07-10T04:50:02.26+00:00
Robert Jennrich 0 Reputation points
answered 2025-07-10T06:51:42.37+00:00
Vasil Michev 119.9K Reputation points MVP Volunteer Moderator
0 answers

How to batch Graph API Intune requests without throttling

Hello, we have a service that fetches Intune devices and Intune detected applications. It then makes more get requests to find which applications are used by which devices. It would be preferable if this data could be provided directly in get…

Microsoft Security | Microsoft Graph
asked 2025-07-09T19:56:53.94+00:00
William Silburn (DEV) 0 Reputation points
0 answers

Error connecting Egnyte as a search provider

I am attempting to set up the Egnyte connector to add Egnyte as a data source. I have followed all of the instructions and get the following error message when attempting to authenticate: I am able to replicate the error in ARC. It appears that Egnyte…

Microsoft Security | Microsoft Graph
asked 2025-05-06T18:43:35.2766667+00:00
Tyler Jones 0 Reputation points
commented 2025-07-09T19:49:48.27+00:00
Tyler Jones 0 Reputation points
0 answers

Creating multi-stage access reviews with Powershell Graph leads to recommendations "not available" within the review

I'm creating two-stage access reviews using Powershell Graph, however the recommendations don't work - they show up as "Not available" within the review. They are supposed to provide insight into whether users have not signed in for 30 days…

Microsoft Security | Microsoft Graph
asked 2025-07-09T14:50:19.06+00:00
Steve White 0 Reputation points
commented 2025-07-09T14:57:28.3066667+00:00
Steve White 0 Reputation points
1 answer

Convert SyncState(EWS) to Delta(Graph)

Hi! We are changing from EWS to Graph to read a mailbox. On EWS we used SyncFolderItems operation, with the SyncState (https://learn.microsoft.com/en-us/exchange/client-developer/web-service-reference/syncfolderitems-operation) On Graph we…

Exchange | Exchange Server | Management
Microsoft Security | Microsoft Graph
asked 2022-09-07T18:40:18.007+00:00
Gabriel Roy 21 Reputation points
answered 2025-07-09T14:53:45.54+00:00
Dan 0 Reputation points
1 answer

Graph API InternalServerError with FanoutDownstreamContradiction when running queries with large amount of results over multiple sites

Hi, I am running a search query against our SharePoint environment over a large amount of sites using the Graph API. For this we use the 'search/query' endpoint. The request is done using delegated permissions. Currently, when we run a query, most of the…

Microsoft Security | Microsoft Graph
asked 2024-07-22T12:08:27.7433333+00:00
Molleman, T. (Tim) (DIT_TR) 10 Reputation points
commented 2025-07-09T07:18:07.6633333+00:00
Molleman, T. (Tim) (DIT_TR) 10 Reputation points
1 answer One of the answers was accepted by the question author.

Can we use the same delta token twice from Microsoft Graph Delta Query

Hi, I am working on a project where I need to track incremental changes in users using the Microsoft Graph API delta query and upload these changes to a server in batches. Here is the scenario I am facing: Objective: To get incremental changes in users…

Microsoft Security | Microsoft Graph
asked 2025-04-23T12:34:10.8066667+00:00
Gupta, Sparsh 20 Reputation points
accepted 2025-07-08T11:38:43.9633333+00:00
Gupta, Sparsh 20 Reputation points
1 answer

I am using graph to retrieve a list of filenames from a folder, however I am not able to mock the calls correctly in the unit test

here is my code: var uploadSession = await graphServiceClient.Drives[driveId] .Items["root"] .ItemWithPath(fileName) .CreateUploadSession .PostAsync(uploadSessionRequestBody); the above code works, but I am not able to mock the call…

Microsoft Security | Microsoft Graph
asked 2025-04-28T20:00:03.4533333+00:00
Thomas, Sam 5 Reputation points
answered 2025-07-08T10:03:06.08+00:00
Carolyne-3676 381 Reputation points
0 answers

Graph accessDenied on a folder where I have direct access through link.

Graph returns 403 , access-denied for a specific shared folder on the other person’s OneDrive where I have direct edit access . Api:…

Microsoft Security | Microsoft Graph
asked 2025-05-05T09:56:19.67+00:00
Divya Soman 10 Reputation points
commented 2025-07-08T09:44:12.5233333+00:00
Carolyne-3676 381 Reputation points
0 answers

Microsoft Graph API: Can't Read Mail Despite Delegated Mail.Read Permission

I'm integrating Microsoft Graph API in a Django backend using delegated permissions. I’m using the authorization code flow (msal.ConfidentialClientApplication.initiate_auth_code_flow() and acquire_token_by_auth_code_flow()) to obtain tokens. After the…

Microsoft Security | Microsoft Graph
asked 2025-04-30T10:32:46.77+00:00
d1nno_invis1ble 5 Reputation points
commented 2025-07-08T09:37:02.66+00:00
Carolyne-3676 381 Reputation points
0 answers

Duplicate Entries in /deviceManagement/detectedApps API Response

Hello, When using the Microsoft Graph API endpoint https://graph.microsoft.com/v1.0/deviceManagement/detectedApps, I am seeing duplicate entries with the same "Id" for certain detected applications. These entries have the same or similar…

Microsoft Security | Microsoft Graph
asked 2025-06-12T08:50:14.0933333+00:00
Filip Sudora (fsudora) 0 Reputation points
commented 2025-07-08T09:33:05.67+00:00
Carolyne-3676 381 Reputation points
0 answers

Graph Access crashes (graph sdk for go)

I am running into an issue with graph sdk for go. It's up and running for a day or 3 and than randomly crashes. I have my function return an error if ...Messages().Get() returns one. But it seems like it tries to refresh the token and crashes. I don't…

Microsoft Security | Microsoft Graph
asked 2025-05-28T07:48:28.29+00:00
Reed 20 Reputation points
commented 2025-07-08T09:18:29.9133333+00:00
Carolyne-3676 381 Reputation points
0 answers

deviceManagement/managedDevices missing ipAddressV4 and wiredIPv4Addresses

Greetings. We try to obtain the IPs of a device querying https://graph.microsoft.com/beta/deviceManagement/managedDevices/{deviceID}. We get a proper response but the parameter "ipAddressV4" is null and "wiredIPv4Addresses" is…

Microsoft Security | Microsoft Graph
asked 2025-07-08T08:51:05.49+00:00
Néstor Rodríguez Pérez 0 Reputation points
1 answer

Modifying MS Teams Tags in Shared Channels via Graph API

MS Teams now supports tags in Shared Channels, allowing users to create and modify tags through the Desktop app and @mention others via tags. Currently, it appears that the Graph API only supports changes to tags in standard teams, not in shared…

Microsoft Security | Microsoft Graph
asked 2025-07-08T08:42:12.26+00:00
Miles Inman-Bamber 0 Reputation points
answered 2025-07-08T08:42:12.5+00:00
Q&A Assist
0 answers

Graph API: Creating Calendar Events via Delegation Returns Error Response When Sensitivity is Set to private

Hello, We are encountering an issue when creating calendar events via delegated access through Graph API when we call POST /users/[emailAddress1]/events where [emailAddress2] (the signed-in user) has delegate access to [emailAddress1]'s calendar. The…

Microsoft Security | Microsoft Graph
asked 2025-07-07T21:15:47.1333333+00:00
Kevin Bae 0 Reputation points
edited the question 2025-07-07T21:17:27.99+00:00
Kevin Bae 0 Reputation points
1 answer

Unable to initiate recording in a meeting using the Graph API endpoint: `https://graph.microsoft.com/beta/communications/calls/{id}/microsoft.graph.StartRecording` with a bot.

I'm working on building a bot that can join a specified meeting and start a recording. The bot is successfully able to join the meeting. However, when I attempt to initiate the recording using the Graph API endpoint: POST-…

Microsoft Security | Microsoft Graph
asked 2025-06-03T10:58:46.64+00:00
Anonymous
commented 2025-07-07T19:19:18.55+00:00
Chris Davis 0 Reputation points