How to revert MSAL and Graph API configuration
Hi everyone, I wanted to test how the MSAL and the Graph API is working, so I tried some of the python scripts that were suggested in the Microsoft Learn tutorials, particularly how to use it with flask. It is now fixed, thanks!
https://graph.microsoft.com/v1.0/me/sendMail keeps giving 503 or 504 response
Hello, I am encountering an issue with the Microsoft Graph API when attempting to send emails using the /me/sendMail endpoint. These requests frequently fail with either a 503 Service Unavailable or 504 Gateway Timeout response. While the requests…
export information from json view using API
Hi All, I have an Azure Compute Gallery in Azure with VM image definitions for Windows Server 2022/2019.Initially, I created a VM from the Azure Marketplace and converted it into an image. I am using a KMS server for activation. I use the following…
Why have graphs in Excel 2019 on W11 become invisible?
Graphs created in versions of Excel have become invisible in Excel 2019 Pro Plus in Windows 11 (23H2 and now 24H2) but remain visible in Excel 2019 Pro Plus in Windows 10 (22H2). There seems to be some issue with the scaling of the graphs; even zooming…
How to access shared folder from external tenant with GRAPH API and OneDrive for Business ?
Hi, I was accessing external shared folders trought GRAPH API (OneDrive). Since a few weeks, I have been receiving HTTP 403 "AccessDenied" when I try to access the same shared folder with the same GRAPH requests. Details : Alice in a tenant A…
Update a Teams channel properties using Graph api, error :- Failed to execute Skype backend request
I have 2 requests to update a Teams channel using power automate:- the request on right will work well, where i am updating the channel name and its properties, while for the request on left, where i am only updating the channel properties i got this…
Getting delegated Sites.Selected Microsoft Graph permission to work with BreakRoleInheritance in SharePoint
We need to limit application API permissions to selected SharePoint sites (delegated) and also be able to use the SecurableObject.BreakRoleInheritance method. I can limit the API permissions for the enterprise application to Microsoft Graph's…
How to get all IP addresses seen by XDR for a specific device using Graph
How can I retrieve all IP addresses associated with a specific device as observed by XDR using Graph? Specifically, I would like to know which function can provide this information (see image) and what permissions I need in Graph to achieve this.
Recommended Channels Not Visible to All Team Members in Microsoft Teams
Heyy, I have the following problem, that in teams all recommended channels are only shown in two scenarios. The person was online, when the channel was created/updated The person was offline, when the channel was created/update while the last thing…
Graph API token generation failed. Device is not in required device state: compliant.
{ "error": "interaction_required", "error_description": "AADSTS53000: Device is not in required device state: compliant. Conditional Access policy requires a compliant device, and the device is not compliant.…
How to set saveToSentItems as false for content type as mime for send mail graph api
How to set saveToSentItems as false for content type as mime? https://learn.microsoft.com/en-us/graph/api/user-sendmail?view=graph-rest-1.0&tabs=http#request-body
Assistance Needed with OneDrive and Office 365 Activity PowerShell Scripts
Dear All, I am using the scripts below to retrieve OneDrive and Office 365 activity details for my tenant. However, in the "User Principal Name" field, I am getting an ID instead of the email address. This issue started recently prior to that,…
Graph API calendar events skip and top not working properly
I try to access calendar events with the following link: https://graph.microsoft.com/v1.0/users/user@company.com/calendar/events?top=6 which works. I also got an nextlink at the end: "@odata.nextLink":…
Need help in extracting the Application permissions supported by Microsoft Graph
Need help in extracting the Application permissions supported by Microsoft Graph (along with their value) • Id: The unique identifier for the permission. •API Type: whether it belongs to teams or calendar or directory • Value: The name of the…
Can I patch a sharepoint list item using Graph API without incremenenting version history?
Is it possible when performing a patch for Sharepoint list item using the Graph API endpoint without incrementing the version history for that specific item?
How to Retrieve Security Group Owners Using Microsoft Graph API?
I am trying to retrieve the owners of a security group using the Microsoft Graph API. I used the following endpoint: GET https://graph.microsoft.com/v1.0/groups/{id}/owners However, the response is an empty array, even though I know the group has…
How to Read Shared Mailbox Emails Programmatically Using Graph API Without Outlook
Hello, A need has arisen to read Shared Mailbox emails programmatically without requiring the Outlook application to be active at all times, using the Graph API. The Shared Mailbox is set to allow specific users access to read emails, and the mailbox is…
I would like to know how to restrict sites using "Sites.Selected".
Currently, we are using the Graph API of "Search Sites" to get a list of SharePoint sites. https://learn.microsoft.com/ja-jp/graph/api/site-search?view=graph-rest-1.0&tabs=http The documentation for "Search Sites" states, …
Resource Graph Explorer - KQL queries for Azure APP services - Application Insights enabled or disabled
Id like a kusto query to be able to return whether application insights is enabled or disabled in the app services. I can list the appservices in using a simple query, but cant seem to find the application insights settings - resources | where type ==…
Graph API For Excel Online
Using Graph API, can we create columns in an Excel Worksheet? I am trying to duplicate the column headers to multiple new worksheets using Graph API. Also, can we create a new Excel Workbook through Graph API