11,291 questions with Microsoft Graph-related tags

Sort by: Updated
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,269 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,269 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,269 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,159 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,661 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,269 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,159 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://video2.skills-academy.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,992 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,269 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,347 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,269 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,269 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
944 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,159 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

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,269 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,269 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,339 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,269 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,014 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,269 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,426 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,269 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,269 questions
asked 2024-07-04T05:32:59.3266667+00:00
Gabriele Mandarano 0 Reputation points
0 answers

URL to directly open an email from OWA stopped functioning on smartphones

We use Graph API to obtain a URL (weblink) for a message inside an Outlook mailbox. The URL we retrieve is of the form: "webLink": "https://outlook.office365.com/owa/?ItemID=AAMkAG...&exvsurl=1&viewmodel=ReadMessageItem" We…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,269 questions
asked 2024-07-03T09:25:10.2733333+00:00
26483979 0 Reputation points
edited the question 2024-07-04T05:28:51.0133333+00:00
ChristyZhang-MSFT 22,081 Reputation points Microsoft Vendor
1 answer

Conflict Resolution Behavior Onedrive Rest API

Does anyone know how to make a request for uploading a small file (<250MB) with a cusotmized conflict behavior? In the article, it mentioned: I seems that it's feasible to make such a request with customerized conflict resolution behavior. Actually i…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,269 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
944 questions
asked 2024-06-30T09:02:58.7233333+00:00
Gtman Chin 45 Reputation points
edited a comment 2024-07-04T00:17:10.8466667+00:00
Gtman Chin 45 Reputation points
2 answers One of the answers was accepted by the question author.

WARNING: Unable to acquire token for tenant 'organizations' with error 'InteractiveBrowserCredential authentication failed: Method not found: 'Void Microsoft.Identity.Client.Extensions.Msal.MsalCacheHelper.RegisterCache(Microsoft.Identity.Client.ITokenCa

Hi Team, Can someone here please assist me with this error to connect my PowerShell session using the Connect-AzAccount ? PS C:\WINDOWS\system32\WindowsPowerShell\v1.0> Connect-AzAccount WARNING: Unable to acquire token for tenant 'organizations' with…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,269 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,274 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,371 questions
asked 2023-08-08T13:25:14.0933333+00:00
EnterpriseArchitect 5,036 Reputation points
commented 2024-07-03T22:40:33.67+00:00
Noman Ashrafi 5 Reputation points
1 answer

MgGraph PowerShell

Hi Everyone, I need to clear the User Consent permissions on an Enterprise App so I can run the 3rd party app again and then grant "Consent on behalf of your organisation" so all users (assigned to the Ent App) can access it. Using MgGraph…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,269 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,274 questions
asked 2024-07-03T15:36:10.0166667+00:00
SenhorDolas 1,271 Reputation points
answered 2024-07-03T16:52:56.01+00:00
Vasil Michev 99,661 Reputation points MVP
0 answers

Creating/Invoking a Passwordless Request for Identity Verification Purposes

Hello! I'm responsible for a product that lets my customers verify the identity of their customers they are working with, through a range of options (e-mail, SMS, Microsoft Authenticator, etc....). When it comes to Microsoft Authenticator, my product…

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
649 questions
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,992 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,269 questions
asked 2024-07-03T16:50:58.0966667+00:00
Chris Reid 0 Reputation points
1 answer

AZURE AD : Check access token validity

Hello, I have an application using Microsoft AzureAD for login. When i am logged, i store the access token and i pass it in the header to call my api. I would like to know the best way for check if the access token is valid or not. Thanks

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,269 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,371 questions
asked 2023-12-04T13:23:45.3433333+00:00
Dylan Deleplanque 0 Reputation points
commented 2024-07-03T15:23:48.3866667+00:00
TS 0 Reputation points
2 answers

Need tenant wide access to Teams meeting and recording info and recording content.

We created a tenant wide subscription to be notified of newly created recordings and got that to work. We have to manually parse out the MeetingId and RecordingI from the returned URL fragment. We then use that information to get the meeting…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,505 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,269 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,014 questions
asked 2024-06-03T15:55:24.1466667+00:00
Mike Yeager 26 Reputation points
commented 2024-07-03T14:22:23.4733333+00:00
Mike Yeager 26 Reputation points