13,806 questions with Microsoft Security | Microsoft Graph tags
Graph API not working - ( Unhandled exception. Microsoft.Kiota.Abstractions.ApiException: The server returned an unexpected status code and the error registered for this code failed to deserialize: 500 )
Using correct credentials as clientid , tenantid , clientsecret key some times unable to read mail data and getting exception as below ------------------> Unhandled exception. Microsoft.Kiota.Abstractions.ApiException: The server returned an…
Microsoft Security | Microsoft Graph
Graph API: Cannot access external content
Our Microsoft Tenant has a service account ("Service", ******@email.com) with a OneDrive that external users share folders to from their OneDrive (and SharePoint). We created an App Registration for our service account to access content from…
Microsoft Security | Microsoft Graph
Check Validationstatus of user sync with Graph
looking for graph match to this msol ps cmd. (Get-MsolUser -UserPrincipalName "UPN").Errors.ErrorDetail.ObjectErrors.ErrorRecord.ErrorDescription |…
Microsoft Security | Microsoft Graph
Microsoft Graph API: Event Creation Not Generating MS Teams Link
We are experiencing an issue with the Microsoft Graph API endpoint https://graph.microsoft.com/v1.0/me/calendars/{calendarID}/events. When creating a new event and specifying both "isOnlineMeeting": true and "onlineMeetingProvider":…
Microsoft Security | Microsoft Graph
How to get online meeting Ids or transcripts of a specific meeting group or group chat?
I used /chats/<chat-id>/messages got the messages list. Can someone let me know how to get the saved meetings Ids using this? If I cannot achieve that this way, how can I get the recorded meeting Ids of a respective meeting chat or group chat?
Microsoft Security | Microsoft Graph
Delta api does not return "@microsoft.graph.sharedChanged": true for SharePoint drives
Hi, I want to scan drive to check for permission changes on files and folders, in delta api documentation it is mentioned that "@microsoft.graph.sharedChanged": true will be returned for items having permission changes. Request url and…
Microsoft 365 and Office | SharePoint | For business | Windows

Microsoft Security | Microsoft Graph
While trying to add a subscription for Microsoft graph facing an issue as "HttpRequestException:An error occurred while sending the request. WebException:The remote name could not be resolved:"
While trying to add a subscription facing an issue stating { "error": { "code": "ValidationError", "message": "HttpRequestException:An error occurred while sending the request. WebException:The remote name…
Microsoft Security | Microsoft Graph
MS Graph API - Add Guest to Team
I want to add people to a Microsoft Teams Team via the Graph API. Authorization in my case works without a user - via app registration. The people I want to invite are already registered in my Entra Organisation and have userPrincipleNames. If I add…
Microsoft Security | Microsoft Graph
Cannot add guests user to a Team through Graph API
I've attempted to include a Guest User in Teams via the Graph API, but encountered an Access Denied error. Is there something I might be overlooking? Below are the details. Application Permissions Provided: TeamMember.ReadWrite.All delegates…
Microsoft Security | Microsoft Graph
Clarification on Using Dataverse APIs for Power Automate Approvals
Hello Microsoft Support, We are currently using Power Automate approvals in our tenant. The typical flow is that when a request is triggered, the approver receives a notification in Microsoft Teams and can approve/reject directly from there. Our…
Microsoft Security | Microsoft Graph
"tenantRegion cannot be null or whitespace." when creating a Team through Graph
I have a bunch of tenants which runs my application. In my own test application, without any code change, im suddenly experiencing "tenantRegion cannot be null or whitespace." when trying to create a Team/Group using Graph, through the…
Microsoft Security | Microsoft Graph
Microsoft Graph API | select property not working on Export Intune reports using Graph APIs
On https://learn.microsoft.com/en-us/intune/intune-service/fundamentals/reports-export-graph-apis When I add a select property to the JSON object, it does not work well with some of the columns The columns that make the…
Microsoft Security | Microsoft Graph

How to set the Entra ID User or Guest account expiry date to prevent login / disabled?
Using PowerShell Graph SDK or any other means, how can I set the Expiration date of my Entra ID User, or Guest 7 days from now or…
Windows for business | Windows Server | User experience | PowerShell
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Microsoft Security | Microsoft Graph
Microsoft Security | Microsoft Entra | Other

GraphAPI - Persisting running user email address as Sent field during cross-mailbox threading
I have implemented cross-mailbox threading by tying each conversation to a Salesforce Object and having the user who sends out the first email for the Object set as the Initial Email Owner. Any follow-up email sent by any user who is not the Initial…
Microsoft Security | Microsoft Graph
PolicyId for "policies/roleManagementPolicyAssignments?$filter=scopeId eq '/' and scopeType eq 'DirectoryRole'" keeps on changing
Hi, I’m trying to get and update role settings (policy rules) for roles in Microsoft Graph. I’m following this documentation: https://learn.microsoft.com/en-us/graph/api/resources/unifiedrolemanagementpolicy?view=graph-rest-beta To retrieve the role…
Microsoft Security | Microsoft Graph

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
Unable to use $filter with Microsoft Graph Time Card API on our Azure Web App Service
We are using an Azure Web App Service to call the Microsoft Graph Time Card Shifts Management API to list all time cards:: https://learn.microsoft.com/en-us/graph/api/schedule-list-timecards?view=graph-rest-1.0&tabs=http . According to the…
Microsoft Security | Microsoft Graph

SharePoint Graph API operations not working
i have a SharePoint . It has multiple drive under one site ID. for one Drive (default drive) - all SharePoint Graph API operation are working within that drive but same SharePoint graph API operation is not working for other drive(within that…
Microsoft Security | Microsoft Graph

Graph query for driveItem permissions not returning full list of permissions
Have a query against a driveItem that returns fewer permissions than what the user sees in onedrive The application has been granted application Files.Read.All. In this case, owners on the item are returned, but a user that has view permissions is not…
Microsoft Security | Microsoft Graph
How to convert user mailbox to shared mailbox through graph api?
Hello, I try to create Lifecycle workflow for offboarding user on azure and my aim to remove all groups from leaver user and I want to convert user mailbox to shared mailbox using logic app in same lifecycle workflow. I googled how to convert user…