Set OnPremisesUserPrincipalName to Null does nothing/reverts to original value
There seems to be a bug with clearing OnPremisesUserPrincipalName. Whenever you call the API to set the value to Null the value is reset to the UserPrincipalName value that was previously there. Invoke-MgGraphRequest -Method PATCH -Uri…
Microsoft Graph
code: PreconditionFailed "message":"No iCalUid found for the meeting. This API is supported only for calendar backed OnlineMeeting."
I was trying to list recordings mentioned here: https://learn.microsoft.com/en-us/graph/api/onlinemeeting-list-recordings?view=graph-rest-1.0&tabs=http As it requires to create event as online meeting here:…
Microsoft Graph
Graph API: Post to groups does not work
I'm trying to post to https://graph.microsoft.com/v1.0/groups { "displayName":"First group", "isAssignableToRole":true, "mailEnabled":false, …
Microsoft Graph
Encountering 404 Error When Accessing Call Details via Microsoft Graph API
Hello Microsoft Support, I am experiencing an issue when attempting to retrieve call details using the Microsoft Graph API. Despite ensuring the call ID is correct and having the appropriate permissions (otherwise, a 403 status would be returned), I am…
Microsoft Graph
Get a user's OneDrive Request Does not provision one drive
According to https://learn.microsoft.com/en-us/onedrive/developer/rest-api/api/drive_get?view=odsp-graph-online&source=recommendations Get requests through Graph should either return a user's OneDrive or provision one if it does not exist. …
Microsoft Graph
Graph API Returning Incomplete Meeting Transcripts
Subject: Graph API Returning Incomplete Meeting Transcripts Description: We are experiencing an issue with the Microsoft Graph API when attempting to fetch meeting transcripts. Although many of our meetings contain multiple transcripts accessible via…
Microsoft Graph
compare a set of azure ad groups and find members who are in more then one of this set
Hello, my brain is a bit lost i would like to do following (MS Graph or Powershell all would be fine)?! I need to compare a set of azure ad groups and find members who are in more then one of this set and list them.
Microsoft Graph
Microsoft Entra ID
Access Azure Storage account cross tenant
The problem statement is, I have an application that resides in consumer tenant and a storage account that resides in provider tenant. My application needs to access this storage account. Moreover, this storage account does not have public network access…
Microsoft Graph
Managed Identity with Sites.Selected permission
Hello, is it possibile to use a system assigned managed identity with the Sites.Selected permission? I was not able to find a clear answer for this and all my tests failed with an 401 error. What I have tested so far: Environment Azure Automation…
Microsoft Graph
Azure Automation
SharePoint
The shareId obtained from createLink can no longer be used by the shares endpoint
Sharing a file anonymously on a OneDrive personal account fails I am developing a .NET MAUI app that lets people collaborate with others using their cloud storage account and have run into the problem that anonymously sharing a file on OneDrive personal…
Microsoft Graph
Pagination not working for "page search results" for large sites
Hi. I use the endpoint https://graph.microsoft.com/v1.0/search/query and paging to get files from a sharepoint folder. I can see from the output that there are 3387 files in the folder. (I have the issue for all large sites) Firstly, I tried to…
Microsoft Graph
How to get Full Mime email content (.eml) using office.js without using Graph API ?
There is a requirement to get Full Mime email content (.eml) on outlook add-on in frontend level using office.js without using Graph API. Is it possible to do that ? If outlook is interacting POP3 mailboxes, then how to get Full Mime email content…
Microsoft Graph
Is there an API endpoint available to retrieve transcripts of PSTN calls in Microsoft Teams, as the onlineMeetings API only provides transcripts for scheduled meetings?
I'm working on retrieving call transcripts from our Microsoft Teams implementation. I've successfully accessed transcripts for scheduled meetings via the onlineMeetings API, but I'm specifically looking for an endpoint to retrieve transcripts of PSTN…
Microsoft Graph
Graph API v1.0 endpoint to retrieve eligible Azure AD group assignments for an admin user setup in PIM
Hello, I would like to know the Graph API v1.0 endpoint to retrieve eligible Azure AD group assignments for an admin user setup in Entra PIM. I tried with the below beta endpoint in Postman tool. However I get 403 even with right API permission in Entra…
Microsoft Graph

Graph API Error for Italian Language SharePoint Sites
There is an issue with the Graph API endpoint: https://graph.microsoft.com/v1.0/groups/<groupId>/sites/root This request works successfully for SharePoint sites created in English but returns the error "Unable to provision resource." for…
Microsoft Graph
Microsoft Graph Api getPresenceByUserId Returns "PresenceUnknown" When user is Available using RingCentral PresenceSync Service Access Token
Problem: Microsoft Graph Api getPresenceByUserId Returns "PresenceUnknown" When user is Available using RingCentral PresenceSync Service Access Token. Application Id: 93d514c2-13db-416f-ab39-34f4fb1fd66e These values are extracted from jws…
Microsoft Graph
How to generate M365 Product license report in Power BI
Hello Everyone, I see the Usage Report in the M365 Admin Center and they are helpful. However, I am looking for a way to generate a report on our product licensing usage. Similar to the view from the Entra ID -> Licenses -> All Products. Where…
Microsoft 365
Microsoft Graph
PowerShell

Graph API Error when searching messages using "participants"
I am using the graph api and graph api explorer to query for emails like this: https://graph.microsoft.com/v1.0/me/messages?$search="participants:foo.com" Participants is defined here:…
Microsoft Graph
Read 'Attribute & Claims' from SAML Entra application configuration using PowerShell
I want to read 'Attribute & Claims' from SAML enterprise application configuration using PowerShell. I have found the Graph command Get-MgBetaServicePrincipalClaimMappingPolicy:…
Microsoft Graph
PowerShell
Microsoft Entra
Microsoft Entra ID
How to find all Guests that are SponoredBy a User?
I'm trying to find all Guest users sponsored by a given userId. Here is the graph explorer query being used: url: https://graph.microsoft.com/beta/users?$count=true&$filter=userType eq 'Guest' and sponsors/any(s:s/id eq…