12,948 questions with Microsoft Graph-related tags

Sort by: Updated
1 answer

Retrieve "configurableProperties" value once set by the admin in an organisation for an app in Teams?

I have an app that is published to the Microsoft Store, which contains the following in its app manifest file, "configurableProperties": [ "name", "smallImageUrl", "largeImageUrl", "shortDescription",…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,801 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,948 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,534 questions
asked 2025-02-04T14:22:11.79+00:00
Pradeep Patel 0 Reputation points
answered 2025-02-04T15:02:13.27+00:00
Techhelp Volunteer 0 Reputation points
0 answers

Microsoft removed Graph permission "Directory.Write.Restricted"

Hello, Microsoft removed Graph permission "Directory.Write.Restricted" without any preannouncement. We cannot use Update-MgDevice for devices in administrative units any more. Directory.Write.Restricted available: Microsoft Graph permissions…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,948 questions
asked 2025-02-04T14:48:13.96+00:00
Muster Felix 0 Reputation points
0 answers

Graph API permanentDelete sends files to the SharePoint recycle bin

Good afternoon. We have a problem deleting files from SharePoint using Graph API. The context is a document management application that externally handles files located on SharePoint sites. This application uses the endpoint ‘POST…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,948 questions
asked 2025-02-04T13:46:55.25+00:00
Fernando J. Belizón 20 Reputation points
commented 2025-02-04T14:18:20.94+00:00
Rodrigo Liberoff Vázquez 131 Reputation points MVP
1 answer

Unable to Post a Message to Teams Channel with Graph API Client + C#

Hi, We are trying to post a message to teams channel, with Channel.SendMessage delegated permissions. And here is the code snippet. var options = new OnBehalfOfCredentialOptions { AuthorityHost = AzureAuthorityHosts.AzurePublicCloud, ``` }; var…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,085 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,801 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,948 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,265 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,534 questions
asked 2025-01-24T13:18:50.09+00:00
commented 2025-02-04T13:25:51.79+00:00
jeet gaglani 5 Reputation points
1 answer

Missing property value enrollmentProfileName for managed devices in Microsoft Graph

When attempting to retrieve data from https://graph.microsoft.com/v1.0/deviceManagement/managedDevices, the enrollmentProfileName property consistently returns null. In contrast, when calling https://graph.microsoft.com/v1.0/devices, the property…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,948 questions
asked 2025-02-04T11:37:19.37+00:00
Edwin 0 Reputation points
answered 2025-02-04T12:10:06.5766667+00:00
Rajat Vashistha-MSFT 285 Reputation points Microsoft Vendor
0 answers

Is fabric providing any GraphAPI for fetching table data?

I have uploaded some csv data on fabric, for this i created workspace and in workspace i create lakehouse, then in this lakehouse i upload a file and then change this file into table, now i want to fetch this tables data using graph api. i can't use odbc…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,948 questions
asked 2025-02-04T11:50:07.0166667+00:00
Nakul Prajapati 0 Reputation points
edited the question 2025-02-04T11:52:07.5466667+00:00
Nakul Prajapati 0 Reputation points
1 answer

I am constantly getting the error "Error executing the request" in response at regular time intervals on using the sdk method of graphClient.auditLogs().signIns() in my code.

I have been getting the error response of "Error executing the request" in my code at regular time intervals on calling the graphClient.auditLogs().signIns() method. There does not seem to be any helpful documentation or source online which…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,948 questions
asked 2024-12-09T15:03:44.1833333+00:00
User CloudEagle 0 Reputation points
answered 2025-02-04T10:41:29.2433333+00:00
Rajat Vashistha-MSFT 285 Reputation points Microsoft Vendor
0 answers

Update-MgAdminSharepointSetting: Too many retries performed. More than 3 retries

I am trying to update Sharepoint Tenant settings with 1260+ domains for sharingAllowedDomainList using either on of the following cmdlets: Getting the same issue with: $Uri = "https://graph.microsoft.com/v1.0/admin/sharepoint/settings"…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,948 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,165 questions
asked 2025-02-04T10:32:32.6166667+00:00
Laszlo Olasz 0 Reputation points
2 answers

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,948 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,096 questions
asked 2025-01-31T08:38:17.28+00:00
Harsh 0 Reputation points
answered 2025-02-04T10:15:15.73+00:00
Sandeep G-MSFT 20,466 Reputation points Microsoft Employee
1 answer

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

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,801 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,948 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,534 questions
Microsoft Power Platform Training
Microsoft Power Platform Training
Microsoft Power Platform: An integrated set of Microsoft business intelligence services.Training: Instruction to develop new skills.
565 questions
asked 2025-01-05T22:29:18.2466667+00:00
Mohamed Lotfy 10 Reputation points
commented 2025-02-04T10:15:15.4666667+00:00
Sayali-MSFT 3,371 Reputation points Microsoft Vendor
0 answers

Microsoft Graph connector support Anonymous Proxy?

Microsoft Graph connector support Anonymous Proxy? If so were should be configured ? on WINHTTP on IE settings? or somewhere else? Most Enterprise customer can't bypass proxy. Regards Daniele

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,948 questions
asked 2025-02-04T10:14:30.05+00:00
Daniele De Angelis 0 Reputation points Microsoft Employee
1 answer

How to Retrieve Children of OneDrive Personal Folder Named 'v1.0' Using MS Graph ?

Hi, I’m trying to retrieve the children of a folder named v1.0. The response is a 404 error. According to the instructions here, the request should be GET /me/drive/items/root:/Test/v1.0:/children Interestingly, when the folder name is v1.1, the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,948 questions
asked 2025-01-12T10:13:21.4966667+00:00
Jareth Lomson 21 Reputation points
accepted 2025-02-04T09:01:09.5433333+00:00
Jareth Lomson 21 Reputation points
0 answers

How can I search for a specific word or phrase in SharePoint List items using filter queries?

I want to get all SharePoint Online list items which contains a word or a phrase in one of their columns. I tried using contains operator in a filter query parameter, but it did not work. See below screenshot. Reference:…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,948 questions
asked 2025-02-04T06:57:00.03+00:00
88577031 0 Reputation points
1 answer

How to write an API call to get the list of all shared Mailboxes

I need to get the list of all shared mailboxes from graph api call

Outlook
Outlook
A family of Microsoft email and calendar products.
4,403 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,948 questions
asked 2025-01-31T09:01:15.6333333+00:00
Kesava Chenna 0 Reputation points
answered 2025-02-04T06:47:58.5266667+00:00
Saranya Madhu-MSFT 1,335 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

SharePointAPI about web_link

In SharePointAPI, I want to determine if a file included in the “GET /drives/{drive-id}/items/{item-id}/children” API response I want to determine if the file included in the “GET /drives/{drive-id/items/{item-id/children” API response is a…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,948 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,249 questions
asked 2025-02-04T00:51:58.1533333+00:00
Ayase Morita 20 Reputation points
accepted 2025-02-04T04:10:05.6466667+00:00
Ayase Morita 20 Reputation points
1 answer One of the answers was accepted by the question author.

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,948 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,249 questions
asked 2025-01-30T00:48:53.8266667+00:00
Ayase Morita 20 Reputation points
accepted 2025-02-04T04:10:01.3366667+00:00
Ayase Morita 20 Reputation points
2 answers

How to generate a report for the list of all enterprise application that is using a single sign on (SSO)

Please asking for your help on how to generate a report to view the list of all Enterprise applications using a single sign on authentication via in a powershell. Thank you in advance

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,948 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,616 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,788 questions
Microsoft Entra
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,096 questions
asked 2025-01-30T05:02:33.4+00:00
JYLVEN TARRAJA 100 Reputation points
commented 2025-02-04T04:02:51.43+00:00
Harshitha Eligeti 1,455 Reputation points Microsoft Vendor
3 answers

Microsoft graph dynamic distribution list members

Since Exchange Web Services will be discontinued on October 1, 2026 and its successor is Microsoft Graph (1). Does the Graph API currently support dynamic distribution lists? The last information I found was that 2021 (2). …

Microsoft Exchange Online
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,948 questions
asked 2025-02-03T08:01:40.25+00:00
Maksym Kryvonis 0 Reputation points
answered 2025-02-04T03:26:50.06+00:00
Xintao Qiao-MSFT 6,030 Reputation points Microsoft Vendor
1 answer

I am trying to read outlook mail attachments but I am getting 401 saying Error message: The tenant for tenant guid '****' does not exist.

'm actually working on reading outlook emails. I have one personal microsoft account connected to the outlook and Azure active directory tenant. Have registered my application. Have a paid office 365 license and a free trial Azure AD account (with same…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,948 questions
asked 2025-02-03T18:08:26.35+00:00
Srividya Bobbiti 0 Reputation points
answered 2025-02-04T02:59:10.1133333+00:00
Saranya Madhu-MSFT 1,335 Reputation points Microsoft Vendor
2 answers

About web_link in SharePoint's API for getting a list of folder file lists.

https://learn.microsoft.com/ja-jp/graph/api/driveitem-list-children?view=graph-rest-1.0&tabs=http I would like to ask about the file property in the “GET /drives/{drive-id}/items/{item-id}/children” API response. I would like to know all the files…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,948 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,249 questions
asked 2025-02-03T06:28:15.04+00:00
Ayase Morita 20 Reputation points
commented 2025-02-04T02:55:23.88+00:00
CarlZhao-MSFT 45,021 Reputation points