13,919 questions with Microsoft Security | Microsoft Graph tags
Graph API '/me/drive/sharedWithMe' endpoint returns just one item.
Hi, I am experiencing an issue with the me/drive/sharedWithMe API endpoint. I have multiple files and folders that are shared with me in OneDrive and are visible in web interface, but when I try to access these shared items via the API, I only see a…
Microsoft Security | Microsoft Graph
Outlook Calendar Change Notifications (Webhooks) not triggering despite successful Subscription validation
I am implementing real-time Outlook Calendar synchronization using Microsoft Graph API v1.0 and I am facing an issue where notifications are not being delivered. Current Setup: Authentication: OAuth2 with offline_access and Calendars.Read scopes. …
Microsoft Security | Microsoft Graph
Graph API /me/drive/sharedWithMe regression: returns 1 item via ROPC; UI/Graph Explorer show 6 (worked until ~2 weeks ago)
Using an App Registration with delegated ROPC (username+password) for a service account, GET [https://graph.microsoft.com/v1.0/me/drive/sharedWithMe] returns a single item (200 OK). The same user signed in via OneDrive web UI and Graph Explorer sees…
Microsoft Security | Microsoft Graph
Graph Explorer: Allowing users to self -consent when admin consent is not required
Hello! I had what is hopefully a quick question about Microsoft Graph permissions that I was hoping someone could help with. Please let me know if there were more appropriate tags to use for this question, this seemed to be the only "Microsoft…
Microsoft Security | Microsoft Graph
Set sensitivity label on mail message using graph api
Was going through the Mail Graph API but couldnt find of any way to set the sensitivity(Private/Public/Confidential etc) on the mail message. Could you please let us know if this is feasible or not.
Microsoft Security | Microsoft Graph
how do you reset password on microsoft Remote Desktop?
I need Remote Desktop to be able to work remotely and it is not working
Microsoft Security | Microsoft Graph
Setting SharePoint Managed Metadata Fields via Graph API
I'm trying to set the fields on a SharePoint document via Microsoft Graph API. I'm using a Content Type, local to my site, that inherits a global Content Type. I can set string and date columns that match the local content type successfully but…
Microsoft Security | Microsoft Graph
how to fix Your device is missing important security and quality fixes
Your device is missing important security and quality fixes
Microsoft Security | Microsoft Graph
Why is there not a month view in Microsoft teams calender? There is day, work week and week, but no month?? What gives??
I would like to view my calendar as the whole month. Viewing it one week at a time is pointless for me. I would like to view the whole month at a time...Why is this not an option?? Day, work week and week are the only options...
Outlook | Windows | Classic Outlook for Windows | For business
Microsoft Teams | Microsoft Teams for business | Other
Microsoft Security | Microsoft Graph
How to make POST/PATCH request to add Hyperlink/Picture field in List?
I am trying to make a POST Request via Microsoft Graph Explorer Version v1 as well as Beta, to a list that has field of type HyperLink/Picture. I added request body for that field as { "fields": { "fieldName": { …
Microsoft 365 and Office | SharePoint | Development
Microsoft Security | Microsoft Graph
MS Graph Search API Error: Value cannot be null. (Parameter 'searchHistoryManager')
I'm encountering an error with the Microsoft Graph API /search/query endpoint. The error message is as follows: "message": "Value cannot be null. (Parameter 'searchHistoryManager')" It was working fine at least until yesterday. I'm…
Microsoft Security | Microsoft Graph
Have Graph API Subscriptions for ToDo Tasks with Application Level permissions always not worked?
My team has been using task list subscriptions with Application Level permissions. Or so we thought. But recently it seems subscription requests are failing with a 404 when trying to set the resource on the subscription request to a user's default task…
Microsoft Security | Microsoft Graph
ToDo Subscription doesn't trigger on status changes and deletions
Hi, We have managed to subscribe to the 'todoTask' change notifications and we successfully receive webhook requests when a new todoTask is created under the subscribed list. However the webhook doesn't trigger when the todo is updated any other way…
Microsoft Security | Microsoft Graph
Errors on Retreiving Online Meeting Information using Graph API: 3003 User does not have access to lookup online meeting
When I use the graph API to fetch online meeting information, using delegated permissions, The endpoint: /me/onlineMeetings?$filter=joinWebUrl eq <some join url> I occaisionally get this…
Microsoft Security | Microsoft Graph
Graph API call getting content of callRecording with OnlineMeetingRecording.Read.Chat returns ERROR
Graph API returns 401 Error and error code is "UnknownError" (whole error text is written in attachment.) error_401.txt Trying to get content of callRecording and above error occurs. …
Microsoft Security | Microsoft Graph
Limit permissions to update a single Azure AD group via API
We have a requirement where we want to use an automation to add users to a specific group in Azure AD via API calls. Our security policies require us to apply the principle of least privilege when doing this, meaning that we should only provide…
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Microsoft Security | Microsoft Graph
GraphAPI/beta/security returning incomplete information
I have 26 CustomDetections in this tenant. However, when exporting this information using the GraphAPI with the URI "https://graph.microsoft.com/beta/security/rules/detectionRules" I only get a portion of those. Trying with different…
Microsoft Security | Microsoft Graph
Hot to get alert for expiration of client secrets?
I think this is a topic i have already seen a few times, but due to some changes i hope its appropriate to ask again. In our Azure we have applications / app registrations which have a client secret which will expire. As far as i know, there is no…
Microsoft Security | Microsoft Entra | Other
Microsoft Security | Microsoft Graph
Free sandbox for testing in Azure
I'm really struggling here - I've created a free azure account for experimentation and teaching myself the basics and have built an application within it to add a login with Microsoft feature to our cloud computing software which works well. I need to…
Microsoft Security | Microsoft Graph
Token issuer for API is sts.windows.net instead of the required login.microsoftonline.com issuer.
Within my IOS app, I am acquiring a token silently for my API App Registration from Microsoft that has an sts.windows.net issuer instead of the required login.microsoftonline.com issuer. The access token that I am getting initially from Microsoft Entra…