11,285 questions with Microsoft Graph-related tags

Sort by: Updated
0 answers

POST https://graph.microsoft.com/v1.0/subscriptions` resulted in a `400 Bad Request` giving response as "code":"ValidationError"

I am getting 400 error, unable to get the validationToken in notification url, my notification url is publicly accessible from internet with .uno as domain name. Still unable to process the request for subscription. Any app registration permissions need…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,263 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,367 questions
asked 2024-07-04T09:33:48.1266667+00:00
Shruti Malode 0 Reputation points
edited the question 2024-07-05T01:57:42.2933333+00:00
Faery Fu-MSFT 18,176 Reputation points Microsoft Vendor
1 answer

How can I get the Section headers (title/displayName) from Sharepoint pages using Graph Api ?

When I use the endpoint as shown below the information about Section headers seems to be missing. GET /sites/{site-id}/pages/{page-id}/microsoft.graph.sitePage/webparts For eg. These information can't be seen on the response. SP.jpg If not by Graph…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,263 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,158 questions
asked 2024-07-03T14:13:06.2266667+00:00
Anto Thomas 0 Reputation points
commented 2024-07-05T01:23:36.9333333+00:00
Haoyan Xue_MSFT 21,826 Reputation points Microsoft Vendor
0 answers

Will cross-tenant migration for applications be supported soon?

I have a couple of applications that aren't registered in my main tenant. One was registered many years ago from a personal Microsoft account (which is no longer supported), and the other is in a tenant that's about to be deprovisioned due to a…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,263 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,367 questions
asked 2024-07-05T00:37:11.23+00:00
James 20 Reputation points
0 answers

API unavailable for TableRow:delete

Hi, I have been trying to use delete row https://learn.microsoft.com/en-us/graph/api/tablerow-delete?view=graph-rest-1.0&tabs=http but I always get the following error: The API you are trying to use could not be found. It may be available in a newer…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,263 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,656 questions
asked 2024-07-04T19:54:37.09+00:00
Elora 0 Reputation points
edited the question 2024-07-04T23:51:52.9066667+00:00
Elora 0 Reputation points
2 answers

Getting id for subsites in Sharepoint using Microsoft graph api

I am using Microsoft Graph API to list files in Sharepoint sites. I am trying to list the files in a subsite but I am not able to get the id of the subsite. When I run https://graph.microsoft.com/v1.0/sites/{parent_site_id}/sites in Graph Explorer, I can…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,263 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,158 questions
asked 2024-06-28T11:21:52.99+00:00
User3 40 Reputation points
commented 2024-07-04T19:37:04.8466667+00:00
herbert vente 0 Reputation points
1 answer

Unexpected "Access Denied" from Graph API list-children request

Our client has a personal OneDrive account with a folder called "Arq Backup Data" in it. The account is currently over quota. This request: GET…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,263 questions
asked 2024-07-01T21:37:34.2766667+00:00
Arq Support 5 Reputation points
commented 2024-07-04T18:17:31.7733333+00:00
Arq Support 5 Reputation points
0 answers

Error When Getting Education Classes via Microsoft Graph API: Unsupported Query

Hello, I’m currently working with the Microsoft Graph API to retrieve a list of classes for a signed-in account. Despite setting up my application registration and enabling the necessary API permissions (EduCurricula.Read, EduRoster.ReadBasic, openid,…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,263 questions
asked 2024-07-04T16:12:40.3933333+00:00
Nikos Theodoropoulos 0 Reputation points
1 answer One of the answers was accepted by the question author.

Microsoft.Graph New-MgBetaPlannerRoster is not working getting error Bad request

$tenantID ="id of the tenant" $ClientID = "id of the client" $CertThumbprint = "thumbprint of the certificate" Connect-MgGraph -ClientID $clientID -TenantID $tenantID -CertificateThumbprint $CertThumbprint $body = @' {    …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,263 questions
asked 2024-04-11T15:09:48.28+00:00
METOEVI, Isabelle (MTL) 25 Reputation points
commented 2024-07-04T15:03:52.2133333+00:00
METOEVI, Isabelle (MTL) 25 Reputation points
1 answer

Restrict Azure Application to have access only to one specific SharePoint List

Hello, I am trying to restrict the access of an Azure Application to one specific SharePoint list from one specific SharePoint site. I have an Azure Application which has Application permissions for Sites.Selected and the new…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,263 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,158 questions
asked 2024-07-02T13:20:31.4233333+00:00
Viktor Meglenovski 5 Reputation points
commented 2024-07-04T13:29:07.0233333+00:00
Vasil Michev 99,431 Reputation points MVP
1 answer

Download 10 Million files from SharePoint Online - C# Graph API

I want to download and process files from my SharePoint Online environment. For now ignore Processing Files. I have around 10Millions files in my SP Online Environment. Can anyone suggest a way to download all these files in a fastest way possible. I…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,263 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,158 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.
2,784 questions
asked 2023-08-17T05:55:41.8166667+00:00
Amit 711 Reputation points
commented 2024-07-04T10:00:20.0166667+00:00
MarwanSamrout-7915 40 Reputation points
0 answers

Invalid Hostname bad request

Followed this document(https://learn.microsoft.com/en-us/graph/auth-v2-user?tabs=curl) to generate auth token and refresh token but encountering this error curl --location --request POST 'https://login.microsoftonline.com/common/oauth2/v2.0/token'…

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,987 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,263 questions
asked 2024-07-04T09:21:25.3666667+00:00
himanshi keyal 0 Reputation points
2 answers

#How to convert ASP.NET for Microsoft Graph API to an open public API?

Hello, I have followed the instructions for creating an application that can pull data using the Microsoft Graph API: …

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,345 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,263 questions
asked 2024-06-28T13:08:45.0433333+00:00
Jorziño Barradas 20 Reputation points
commented 2024-07-04T09:11:09.6766667+00:00
Tiny Wang-MSFT 2,171 Reputation points Microsoft Vendor
3 answers One of the answers was accepted by the question author.

Incorrect mimeType in Search

Hello, I am using the following api: POST https://graph.microsoft.com/v1.0/search/query { "requests": [ { "entityTypes": [ "driveItem" ], "query": { …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,263 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
941 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,158 questions
asked 2024-07-02T11:47:17.1966667+00:00
Olga Andreeva 126 Reputation points
accepted 2024-07-04T08:54:18.2633333+00:00
Olga Andreeva 126 Reputation points
1 answer

Upload file attachments to sharepoint list item with graph API using C#

Have to upload the file attachments to sharepoint list item by using graph API with C#

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,263 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,158 questions
asked 2024-07-03T06:37:07.1866667+00:00
Ranga Prasad Konanki 0 Reputation points
edited the question 2024-07-04T08:51:20.4+00:00
SwathiDhanwada-MSFT 18,466 Reputation points
1 answer

Can we use Graph API for create an event without sign-in?

My purpose here is to create an event from my website and share the meeting joining link to the users but it's required delegated permission. Is there any alternative way? <?php use Microsoft\Graph\GraphServiceClient; use…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,263 questions
asked 2024-07-02T11:14:50.5066667+00:00
Sagar Chauhan 0 Reputation points
answered 2024-07-04T08:37:57.7333333+00:00
CarlZhao-MSFT 39,736 Reputation points
1 answer

Microsoft Graph Permission user.read.all and user.readbasic.all

It's pretty straight forward as to what's included with user.readbasic.all but if granted user.read.all, what's included in the "full profile" so I can asses the risk of granting this permission? Does it really grant access to everything…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,263 questions
asked 2021-02-23T18:11:42.183+00:00
dodoc 21 Reputation points
commented 2024-07-04T08:19:15.4533333+00:00
Sasa Savuljesku 0 Reputation points
1 answer

How to access a shared outlook calendar in personal accounts

I want to access the personal calendar by a person a@domain.com that is shared with me in my personal outlook calendar. I followed the code for making a graph client and accessing a shared a shared calendar that is given here.…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,337 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,263 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,013 questions
asked 2024-07-03T13:53:17.47+00:00
devarshi sanghani 0 Reputation points
edited a comment 2024-07-04T07:50:19.26+00:00
Yakun Huang-MSFT 1,950 Reputation points Microsoft Vendor
0 answers

The 'search my OneDrive' query seems to have a problem

I'm using 'search my OneDrive' query to request a list of the files in my OneDrive with specified string of file name. A week ago this query worked very well, but now it seems to be bugged. See the below example: At Graph Explorer website, I'm using…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,263 questions
asked 2024-07-04T02:55:18.2+00:00
Lawrence Lei 0 Reputation points
edited the question 2024-07-04T07:20:00.5666667+00:00
Emi Zhang-MSFT 23,351 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Access Graph API without the user (personal account)

I need to access the user's Outlook calendar from the background service. The user may come from multiple directories or have a personal account. There is a Microsoft guide on that topic…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,263 questions
asked 2024-07-03T08:41:13.1566667+00:00
Alexander R 20 Reputation points
accepted 2024-07-04T05:43:12.5+00:00
Alexander R 20 Reputation points
0 answers

Graph API: Filtering messages by specific timezone

Hello, I need help with the Graph API. Is it possible to apply a filter to query messages with a specific datetime range in a specific timezone, for example, "Europe/Rome"? As the Graph API stores default datetime values in UTC, I'm not able…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,263 questions
asked 2024-07-04T05:32:59.3266667+00:00
Gabriele Mandarano 0 Reputation points