13,724 questions with Microsoft Security | Microsoft Graph tags
Accessing VAAC outside of Power BI
I'm attempting to access VAAC Data using Postman/PowerShell, but I'm facing some challenges. In the article "Accessing VAAC outside of Power BI," they provide an example of using a username and password, but it didn't work for me, (I used a…
Microsoft Teams | Development
Microsoft Security | Microsoft Graph
Why am I receiving a 402 PaymentRequired error for Teams recordings API at the start of a new month despite evaluation quota reset policy?
According to the Microsoft Graph Teams licensing documentation, each app gets 600 minutes per tenant per month of evaluation quota (without billing configured), which is supposed to reset on the first day of each calendar month. I am using the…
Microsoft Security | Microsoft Graph
Listing SharePoint site's Permission via Microsoft Graph API
In order to list the sites' permission using MS graph API. what are the application permission(s) that I need for the particular azure app so I can view the sites' permissions?
Microsoft Security | Microsoft Graph
Cannot get SingleValueExtendedProperties from to-to/task using Microsoft Graph
I am trying to GET "SingleValueExtendedProperties" from individual tasks, using this…
Microsoft Security | Microsoft Graph
Can the API to create/update the Calendar events be used to hide the attendees list?
I see that the Hide attendees option is available directly in Outlook Calendar but not able to find a request header to be sent while calling the API to create/update the event. Please let know if it is possible through API Call. From the following…
Outlook | Windows | Classic Outlook for Windows | For business
Microsoft Security | Microsoft Graph
Error "Unexpected instance annotation name" while trying to update plannerExternalReference
Hi! I am trying to update the plannerExternalReferences of a set of planners that I have access to but I am struggling with this error when I call the requests.patch: "The request is invalid:\r\nAn unexpected instance annotation name xxxxxxx was…
Microsoft Security | Microsoft Graph
MS Graph API: High Frequency of Unique Error Responses During User and Chat Operations
Hello, in the past few months I have used the MS Graph API extensively, that included fetching users, managing various resources' change notifications, fetching chats, events, online meetings, adding and removing applications to chats, and more. the…
Microsoft Security | Microsoft Graph
Access to OData is disabled or most errors when using the connector
when using a Power Automate flow to Get Emails from a shared mailbox, with permissions assigned at a mailbox folder level ('FolderVisible' on Root then 'Editor' on Inbox) we can see the mails just fine. but as soon as a Search Query is added we start…
Exchange Online
Microsoft Security | Microsoft Graph

Azure AD/B2C custom login
Hi, I want to build a custom login system from scratch. The specifications are: 1- Custom login with email and password. 2- Check through graph api if the user stems from the organization. 3- If the user stems from the organization login him via AD…
Microsoft Security | Microsoft Graph
How to create a read-only calendar with Microsoft Graph API?
Using the following code var calendarToCreate = new Calendar { Name = "My read-only calendar", CanEdit = false, IsRemovable = false, }; await graphClient .Users["******@email.com"] .Calendars .Request() …
Microsoft Security | Microsoft Graph
How to access Two-Factor Authentication codes on new iPhone
I need access to my Two-Factor Authentication codes on my new iPhone. I do not have access to my old iPhone and I have the same phone number. You can contact me here: 559-906-1419 ******@icloud.com
Microsoft Security | Microsoft Graph
Working alternative to the Resource Owner Password Credentials (ROPC) grant type
Hello! I'm trying to create an approval item using Microsoft Graph: Create approvalItem For some reason, only the Delegated permission type is available. The only request I’ve found that works in this case (able to obtain a token with delegated…
Microsoft Security | Microsoft Graph
Get-MgSite : Access denied
Hi All I am having a lot of issues getting all sites with MS Graph in PowerShell. Tried with delegated permissions and app-only and constantly getting access denied. Any one came across something similar? Running: "Get-MgSite -SiteId…
Windows for business | Windows Server | User experience | PowerShell
Microsoft Security | Microsoft Graph
Microsoft Graph Files API - how to get download the latest version of the file with the least delay possible
I am downloading the file using graph API once the user has done the changes for it (Microsoft PowerPoint). https://graph.microsoft.com/v1.0/me/drive/items/{fileId}/content I am downloading the file quite instantly , due to which I am not able to get…
Microsoft Security | Microsoft Graph

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
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
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
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 Graph
Microsoft Security | Microsoft Entra | Other
The Function app may be missing a module containing the 'Connect-MgGraph' command definition
I am trying to run a Microsoft Graph PowerShell script through azure PowerShell function. But I am getting following error The Function app may be missing a module containing the 'Connect-MgGraph' command definition. If this command belongs to a module…
Azure Functions
Windows for business | Windows Server | User experience | PowerShell
Microsoft Security | Microsoft Graph

How can I tag Service Principals or App Registrations (or whatever they're called)?
I have app registrations with secrets/certs I want to programmatically track in terms of expiration. But to do this, I need to somehow tag either the secrets/certs themselves of the app registration with ownership information (so I can inform the right…
Azure App Service
Microsoft Security | Microsoft Graph
