Sorting Drives by Name with Microsoft Graph API
There is an issue with sorting the drives in a SharePoint site by their name using the Microsoft Graph API. According to the documentation, this should be possible, but the results are always returned as an unsorted list. What might be the cause of this…
How I can add an application to my Entra External ID user flow using Graph API?
Context We have built a portal where our in-house developers can register their applications. After approval, graph API's are called automatically to create the app registration/service principal. Multiple forms of authentication are supported. Use…
How to assign a group to a device configuration?
In C# I am using the graph sdk to create a device configuration and I am trying to assign it to a security group but keep getting an OData error message. I am following the instructions from this link:…
Connecting Microsoft Graph Education API to Power BI
With the deprecation of Insights for leaders in Microsoft SDS and Teams, a need has arisen to connect to the Microsoft Graph Education API for data collection to build a Power BI dashboard. Is there a reliable method for establishing this connection,…
Onedrive Authorization Issue
Hi Support Team, We encounter the problem "Need admin approval" when we try to authorize OneDrive using oauth 2.0. The below urls are used Auth URL: http://222.178.203.72:19005/whst/63/=knfhmzlhbqnrnesnmkhmdzbnl//common/oauth2/v2.0/authorize Access Token…
Graph API not allowing to create a Teams from existing HiddenMembership group
Hi, I'm at a stand still. We've been creating Microsoft 365 groups (https://graph.microsoft.com/v1.0/groups) with these settings for the past 3 years no issues. { "@odata.context":…
Issue while reading excel file from sharepoint Via graph API
Hi Team, I am reading an excel file that has multiple sheets from a standalone sharepiont site. While reading it the data inside the sheets is not being read rather it is coming empty columns. While debuggint the issue I observed a behaviour where by…
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,…
General Exception Using List Item Patch API Endpoint
The endpoint : PATCH https://graph.microsoft.com/v1.0/sites/{site-id}/lists/{list-id}/items/{item-id}/fields Is not working today, we get a 'General exception while processing'. Statuscode 500 Stacktrace: at…
Authenticate user in Azure AD without client-secret and authentication pop-ups in an Outlook Add-In
Hi Microsoft Team, I am developing a React.js-based Outlook Add-In and need assistance with implementing a seamless authentication flow for my application. Here's the situation: Objective: I want to authenticate users in Azure Active Directory…
Not able to call SharePoint Document Library driveitems using MS Graph API with filter functions 'contains' and 'endswith'.
We need to get files from the SharePoint Document Library with a filter that uses 'contains' and 'endswith'. The query goes as below: https://graph.microsoft.com/v1.0/sites/{site-id}/drives/{drive-id}/items?$filter=contains(Name,'100001') and…
Missing call records for PSTN/Direct Route records
We are seeing call IDs in the PSTN/DR records that we can't find in the call data records. Does anyone else have this problem? All data obtained via MS Graph API.
Identity Governance Catalog Delete
We are currently trying to automate the removal of deleted groups from Access Packages and Catalogs in Identity Governance as when you delete the group, the resource assignment still exists in these places. We are able to delete the resource assignment…
Custom attributes are not showing in User Profile Card
We tried to add the 'custom attributes' property in the profile card in our tenant using the profile card API in MS Graph. It seems to work properly in the Graph Explorer but 24 hours later we don't see the 'custom properties' on the profile card.…
How to retrieve SharePoint site load times, search performance, retention policies, compliance policies in asp dotnet core web api?
I want to retrieve SharePoint site load times, search performance, retention policies, compliance policies in asp dotnet core web api. Please suggest any documentation.
How to get an event for any new chat message in groupchats using microsoft graph subscription api?
Objective: To enable a Teams application to read messages from chats where the bot is not mentioned, using the chatMessages:readWriteWhereInstalled permission. Efforts Undertaken: Initial Implementation Using chatMessages:read-write Permission:…
Backup size using resource graph query
Hi do we have possibility get the backup size via azure resource graph, while we have option to get the backup size in loganalytics. Any changes made in the azure resource graph query to get the backup size?
Export an Exchange mailbox Calendar and import those events to a 365 Group/Team Calendar
Would like to eliminate Exchange mailbox calendars and convert to 365 Group for ease of collaboration with Teams. Need to transfer all calendar events/entries to the new 365 Group Calendar. Need to do this with multiple Exchange mailboxes that are used…
Microsoft Graph API for SharePoint returns "UnknownError" when trying to get folder location after some time
Hi, We are consuming graphapi endpoint to get sharepoint folder location for that we using following endpoint https://graph.microsoft.com/v1.0/drives/{driveId}/root/children?$filter=name eq '{folderName}' Which is working fine for sometime, then…
Nevermind Can't delete
We have a sharepoint list that has a custom read-only field in it that is created programmatically when the item is created and should never be changed after. We were originally using an InfoPath form which calculated the field value and set it as part…