Get all sites API not returning number of items specified with $top parameter
Hi I am trying to fetch all non-personal sites for an organization using the getAllSites Graph API, but I am not receiving the number of items specified in the top parameter, even though more items are available via nextLink. How can I retrieve a…
Outlook web add-in remove conversation not working.
Hi Team, I am working on web add-in for Outlook,and I want to implement a feature where, when I reply to an email the conversation history of that email need to be removed. I tried doing this using item.body.getAsync and item.body.setAsync , but it is…
Is Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule broken
I am trying to retrieve compliance policy actions for a Microsoft 365 DSC resource module. I seem to have the same issue as reported here: https://github.com/microsoftgraph/msgraph-sdk-powershell/issues/2177 Running cmdlet I get this error: I…
can't find calendar data for certain resource accounts
I'm attempting to get info on some of our resource calendars. Since this doesn't function well within the EXO Powershell, I was pointed towards the MSGraph module. So I use these commands: $StartDate = "2024-01-01T19:00:00-08:00" >>…
security/auditLog query returns incomplete results for sharePointFileOperation
Trying to replace Search-UnifiedAuditLog cmdlet vie Graph API. In principle it works great but I noticed that when searching sharePointFileOperation audit events, the results are incomplete. No error, the search completes ok, results are downloaded, it…
I am using this graph api DELETE https://graph.microsoft.com/v1.0/me/drive/items/{id}/workbook/tables/{id|name}/rows/{index}, but it says The API you are trying to use could not be found. It may be available in a newer version of Excel. Any idea why?
Api Call DELETE https://graph.microsoft.com/v1.0/me/drive/items/{id}/workbook/tables/{id|name}/rows/{index}
How to fetch meeting transcript using RSC based permission framework
The goal I want to build a Teams app, with an Azure bot (built using the Bot Framework Python SDK), added to a meeting. When the meeting is started, a notification subscription is registered with the Graph API to alert an endpoint that the transcript is…
AADSTS7000218 - one of my application receives the following error when authenticates Entra id
AADSTS7000218 - one of my application receives the following error when authenticates Entra id
Best way to get list of files in Sharepoint whose permissions were updated
Hi I am using MSFT Graph API to download files from Sharepoint. I am using the delta API to only get the list of files updated since my last run. It looks like if only the permissions for a file are updated, then the file is not included in the delta…
Assistance Needed – Sending Direct Messages from My Teams App in a Multi-Tenant Setup
Hello, I’m developing a native integration between my SaaS platform and Microsoft Teams by building a custom Teams App. Goal of the Integration: When a user is mentioned in my SaaS (e.g., using @username), I want to send them a direct message on Teams…
locked out of my tenant due to conditional access
Global admin lockout scenario via Conditional Access.
Azure Communication Service (ACS) Identity participant not auto admitted while Joining Teams Meeting
I am using Azure Communication Service (ACS) to allow participants to join a Microsoft Teams meeting. The Teams meeting is created programmatically using the Microsoft Graph API with an M365 active account. When a user connects via ACS, they use a…
How to find the list of shared mailboxes using Graph API call?
Please write an API call to find the list of all shared and group mailboxes present in the organisation
API-driven provisioning to on-premises Active Directory attributes that support update
I am seeking documentation or references regarding which attributes can be updated through API-driven provisioning to on-premises Active Directory using bulk upload. It appears that there are multiple attributes that can only be set during the creation…
Sample request body for createLink api scope USER
I've reviewed the documentation for the createLink API and noticed that it has a USER scope. However, I couldn't find any information about the request body. Can anyone provide an example of the request body? I have tried using this API with the example…
How to update a sharepoint multi value person/group field with graph
I want to update a multi value person field within a SharePoint list. I use the following code. But nothin will hapen. I can update a single value person field but i am unable to update a multi value field. Also Co-pilot doesn't give me much help. #…
Sort order for Sharepoint API “GET sites?search=*”.
https://learn.microsoft.com/en-us/graph/search-concept-sort From the above site, we can determine that the “GET sites?search=*” API does not support sorting. However, the “GET sites?search=&orderby=name” API has changed the sort order compared to the…
Is there any usable way to copy Microsoft Excel sheets using the Graph API only?
Scenario I am developing an RPA integration application that automates several services, including Microsoft services via their APIs (specifically Microsoft Graph). I want to copy sheets in Microsoft Excel, but the Graph API does not fully support this…
OneDrive and SharePoint Authorization Issue
Tried logging into my MS Entra ID as a global admin, then find the calling app and grant admin consent for the Files.ReadWrite.All, offline_access permissions. I have successfully setup OAuth in my Application and Authorization is working fine for…
How to view the list of all enterprise applications with the owner, user and date created in azure?
Please asking for your help on this on how to generate a report with all the list of enterprise application in Microsoft Entra with the owner, user and date created?, Anyone who can share on this solutions. Thank you