12,919 questions with Microsoft Graph-related tags

Sort by: Updated
0 answers

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…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,919 questions
asked 2025-01-31T12:48:43.4866667+00:00
Saiyam 2 Reputation points
edited the question 2025-01-31T12:50:02.3966667+00:00
Saiyam 2 Reputation points
0 answers

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…

Microsoft Office Online Server
Microsoft Office Online Server
Microsoft on-premises server product that runs Office Online. Previously known as Office Web Apps Server.
669 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,919 questions
asked 2025-01-31T11:10:52.8333333+00:00
Monika Kumari 0 Reputation points
1 answer

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…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,919 questions
asked 2025-01-09T16:27:31.7466667+00:00
Daniel King 0 Reputation points
edited an answer 2025-01-31T10:32:33.71+00:00
Daniel King 0 Reputation points
1 answer

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" >>…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,919 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,780 questions
asked 2025-01-29T15:20:42.2633333+00:00
Jamro Chris 0 Reputation points
commented 2025-01-31T10:18:55.9333333+00:00
Rajat Vashistha-MSFT 280 Reputation points Microsoft Vendor
1 answer

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…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,919 questions
asked 2025-01-21T10:02:06.92+00:00
DAVID KOSIK 0 Reputation points
answered 2025-01-31T10:17:10.2366667+00:00
Saranya Madhu-MSFT 1,335 Reputation points Microsoft Vendor
3 answers

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}

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,919 questions
asked 2025-01-21T19:03:10.9333333+00:00
Aniket Tripathi 0 Reputation points
commented 2025-01-31T10:09:13.7233333+00:00
CarlZhao-MSFT 45,016 Reputation points
1 answer

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…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,919 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,524 questions
asked 2025-01-20T09:25:05.8833333+00:00
Thomas Dehaene 5 Reputation points
commented 2025-01-31T09:48:40.79+00:00
Nivedipa-MSFT 3,091 Reputation points Microsoft Vendor
1 answer

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

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,919 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,834 questions
asked 2025-01-31T08:31:31.16+00:00
James Stall 0 Reputation points
edited an answer 2025-01-31T09:37:35.0066667+00:00
CarlZhao-MSFT 45,016 Reputation points
1 answer

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…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,919 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
3,241 questions
asked 2025-01-11T16:21:52.06+00:00
User3 45 Reputation points
commented 2025-01-31T09:34:31.74+00:00
Emily Du-MSFT 49,461 Reputation points Microsoft Vendor
0 answers

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…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,766 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,767 questions
Azure Managed Applications
Azure Managed Applications
An Azure service that enables managed service providers, independent software vendors, and enterprise IT teams to deliver turnkey solutions through the Azure Marketplace or service catalog.
161 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,919 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,524 questions
asked 2025-01-30T13:58:04.9166667+00:00
Vincent Portier 0 Reputation points
edited the question 2025-01-31T09:13:23.6266667+00:00
Vincent Portier 0 Reputation points
1 answer

locked out of my tenant due to conditional access

Global admin lockout scenario via Conditional Access.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,919 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,066 questions
asked 2025-01-31T08:38:17.28+00:00
Harsh 0 Reputation points
answered 2025-01-31T08:49:17.7966667+00:00
Rajat Vashistha-MSFT 280 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

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…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,766 questions
Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
987 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,919 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,524 questions
asked 2025-01-28T09:14:58.2833333+00:00
anujeet swain 20 Reputation points
edited the question 2025-01-31T08:37:02.6133333+00:00
LiweiTian-MSFT 23,120 Reputation points Microsoft Vendor
1 answer

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

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,919 questions
asked 2025-01-31T07:41:52.8566667+00:00
Kesava Chenna 0 Reputation points
answered 2025-01-31T08:35:07.3733333+00:00
Rajat Vashistha-MSFT 280 Reputation points Microsoft Vendor
1 answer

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…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,919 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,066 questions
asked 2025-01-31T07:07:10.4666667+00:00
Per Andersson 0 Reputation points
answered 2025-01-31T08:33:16.92+00:00
Akhil Nasalwai - MSFT 170 Reputation points Microsoft Vendor
1 answer

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…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,919 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,152 questions
asked 2025-01-27T01:40:08.2666667+00:00
Lim Zi Lin 0 Reputation points
commented 2025-01-31T08:19:15.1866667+00:00
Xyza Xue_MSFT 27,966 Reputation points Microsoft Vendor
0 answers

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. #…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,919 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,152 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,780 questions
asked 2025-01-31T07:53:35.84+00:00
Ferdieh 0 Reputation points
1 answer

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…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,919 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
3,241 questions
asked 2025-01-30T00:48:53.8266667+00:00
Ayase Morita 20 Reputation points
commented 2025-01-31T06:44:27.1166667+00:00
Ayase Morita 20 Reputation points
1 answer

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…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,919 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
2,126 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
4,198 questions
asked 2025-01-30T03:44:09.9133333+00:00
Juan Jimmy 0 Reputation points
accepted 2025-01-31T06:18:48.06+00:00
Juan Jimmy 0 Reputation points
1 answer

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…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,919 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
1,287 questions
OneDrive Management
OneDrive Management
OneDrive: A Microsoft file hosting and synchronization service.Management: The act or process of organizing, handling, directing or controlling something.
1,335 questions
asked 2025-01-21T06:40:29.87+00:00
Mageshwari SS 20 Reputation points
commented 2025-01-31T06:05:09.32+00:00
Mageshwari SS 20 Reputation points
2 answers One of the answers was accepted by the question author.

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

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,919 questions
Microsoft Intune Application management
Microsoft Intune Application management
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Application management: The process of creating, configuring, managing, and monitoring applications.
975 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,066 questions
asked 2025-01-22T07:40:34.9666667+00:00
JYLVEN TARRAJA 80 Reputation points
accepted 2025-01-31T05:17:04.6766667+00:00
JYLVEN TARRAJA 80 Reputation points