10,914 questions with Microsoft Graph-related tags

Sort by: Updated
1 answer

can not find a sharepoint link's driver name by microsoft graph api get driver list by siteId

URL: https://xxx.sharepoint.com/sites/mySiteName/SiteAssets/Repositories/Marketing%20Operations/Forms/xxxx.xls I use this graph api: https://graph.microsoft.com/v1.0/sites/xxx/drives to get below response { "@odata.context":…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,892 questions
asked 2024-05-30T09:11:05.18+00:00
He, Marvin 0 Reputation points
answered 2024-05-30T10:32:45.3566667+00:00
Saranya Madhu-MSFT 305 Reputation points Microsoft Vendor
1 answer

How can I pull information from "Projects for the web" like Plans, Tasks, Assignees and Charts?

I would like to know if there is any API that allows me to GET the information from Plans, including all information from Tasks, Assignees, Charts, People and Goals. Is there any documentation?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,892 questions
asked 2024-05-29T08:16:49.01+00:00
Daniel Moretti 0 Reputation points
commented 2024-05-30T10:27:48.1266667+00:00
Daniel Moretti 0 Reputation points
0 answers

Attack Simulator Graph API associate user and their results with a simulation

I can extract the list of Simulations and includedaccounts https://graph.microsoft.com/v1.0/security/attackSimulation/simulations/<simid>/includedAccountTarget however we cannot associate the results of a simulation with a…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,892 questions
asked 2024-05-30T10:21:18.4533333+00:00
Mike Baker 6 Reputation points
1 answer

How to get GRAPH API token in office.js (got 401 unauthorized)

I set up my Azure app registration application following this document: https://learn.microsoft.com/en-us/entra/identity-platform/v2-oauth2-on-behalf-of-flow I have my Web URI set as: https://localhost:xxxx/Application (client) ID. I added my custom page…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,892 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
905 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.
3,595 questions
asked 2024-05-28T16:29:48.7533333+00:00
S W 0 Reputation points
answered 2024-05-30T10:11:13.97+00:00
CarlZhao-MSFT 38,031 Reputation points
1 answer

How to download a items from a shared folder using the onedrive api for python. Quite urgent.

I have a large shared file hosted on OneDrive that I want to download. The default download button is failing repeatedly to create a proper zip file so I turned to use the Python API but I am quite new to REST and Graph API. Using the Graph Explorer…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,892 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
875 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,903 questions
asked 2024-05-28T21:52:23.55+00:00
Pavan Aakash Rangaraj 0 Reputation points
commented 2024-05-30T10:10:37.3+00:00
Pavan Aakash Rangaraj 0 Reputation points
1 answer

Email that is sent using Microsoft Graph REST APIs shows a different From name than account name in the email that is received because of which it always is being redirected to SPAM. How to change the name so it is understandable instead of a random name?

Hello Folks, Email that is sent using Microsoft Graph REST APIs shows a different From name than account name in the email that is received because of which it always is being redirected to SPAM. The email addresses look like…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,136 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,892 questions
asked 2024-05-30T06:48:03.4733333+00:00
Abhishek Vadakattu ProtonMe 0 Reputation points
answered 2024-05-30T09:34:40.2233333+00:00
Yakun Huang-MSFT 785 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

How to use AAD authenticated notificationUrl to Create subscription for MS graph notifications?

In my Client App, I am using Graph API to create subscriptions as follows to get the status of the TEAMS users: const subscription = await client.api('/subscriptions').create({ changeType: 'updated', notificationUrl: `my own API…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,892 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,909 questions
asked 2023-10-03T09:54:15.4733333+00:00
Shashikant Sharma 65 Reputation points
accepted 2024-05-30T09:31:57.96+00:00
Shashikant Sharma 65 Reputation points
3 answers

How to fix "/me request is only valid with delegated authentication flow." issue?

I want use postman to get user profiles from Azure AD. I can got Token using [https://login.microsoftonline.com/{tenantID}/oauth2/v2.0/token] But I couldn't get me profiles using [https://graph.microsoft.com/v1.0/me] I got error as below. /me…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,892 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,909 questions
asked 2022-05-17T05:37:12.237+00:00
Jie Shen 56 Reputation points
answered 2024-05-30T09:28:37.6533333+00:00
Pritam K 0 Reputation points
0 answers

Sharepoint API - Failed to load resource: net::ERR_CONNECTION_RESET

We have nextjs application deployed on the AWS. For user we provide opportynity to use OneDrive FilePicker (v.8). When user just picked the file we call https://{tenant}-my.sharepoint.com/_api/v2.0/drives/{driveId}/items/{fileId} endpoint to get file…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,892 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,903 questions
asked 2024-05-30T08:21:33.8766667+00:00
Iryna Mashnytska 0 Reputation points
2 answers

Can I put the value of instanceDurationInDays in minutes for the QA while creating access reviews using powershell?

I am able to create an azure access reviews with Graph API 1.0 using PowerShell. Now, there is a property called instanceDurationInDays which should have an integer value. The access review will remain active for the number of days of the value of…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,892 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,416 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,178 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,909 questions
asked 2024-05-27T13:42:49.5833333+00:00
Sumit Bhargav 0 Reputation points
commented 2024-05-30T08:21:19.0133333+00:00
Shweta Mathur 28,201 Reputation points Microsoft Employee
0 answers

How to fix 'java.lang.RuntimeException: java.util.concurrent.ExecutionException: com.microsoft.aad.msal4j.MsalClientException: java.io.UncheckedIOException: java.nio.channels.ClosedChannelException' while creating a user on azure ad using the ms graph API

HI, How to fix 'java.lang.RuntimeException: java.util.concurrent.ExecutionException: com.microsoft.aad.msal4j.MsalClientException: java.io.UncheckedIOException: java.nio.channels.ClosedChannelException' while creating anew user on Azure ad using the ms…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,892 questions
asked 2024-04-22T06:20:11.2766667+00:00
Man Mohan Singh 0 Reputation points
commented 2024-05-30T08:19:35.57+00:00
Yang Tianqi 0 Reputation points
1 answer

Request to Add Copilot 365 to Sharepoint Search and Create Documents

Dear MS Copilot/Sharepoint Team, I am writing to request the integration of Copilot 365 into our organization's Sharepoint environment. To proceed with this integration, we would need your assistance in: Evaluating the compatibility of Copilot 365 with…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,892 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,731 questions
Microsoft Copilot for Microsoft 365 Development
Microsoft Copilot for Microsoft 365 Development
Microsoft Copilot for Microsoft 365: Microsoft 365 Copilot refers collectively to Copilot experiences within Microsoft 365 applications.Development: The process of researching, productizing, and refining new or existing technologies.
66 questions
asked 2024-05-06T20:49:38.6166667+00:00
Omar Morales 0 Reputation points
commented 2024-05-30T08:00:17.25+00:00
Yanli Jiang - MSFT 22,036 Reputation points Microsoft Vendor
1 answer

Could I delete Intune configuration policy using graph api?

I checked the document but only found get or list query for configuration policy. And I tried to delete the policy on Intune manually and copy the request URL and run it, but it still didn't work.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,892 questions
Microsoft Intune Configuration
Microsoft Intune Configuration
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Configuration: The process of arranging or setting up computer systems, hardware, or software.
1,754 questions
asked 2024-05-30T07:38:17.7566667+00:00
Mike Ye 0 Reputation points
answered 2024-05-30T07:57:20.2866667+00:00
CarlZhao-MSFT 38,031 Reputation points
0 answers

Programmatically create a Teams Meeting for a Personal Account

I am writing a web app that needs to create/modify/delete Teams Meetings on behalf of users who have personal Microsoft accounts, not work or school accounts. All docs I can find seem to imply that it is not possible (details follow). Yet, the actual…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,272 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,892 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.
2,926 questions
asked 2024-05-29T22:16:44.66+00:00
macrogreg 0 Reputation points
commented 2024-05-30T06:49:32.52+00:00
macrogreg 0 Reputation points
1 answer

AD B2C Microsoft Graph to send verification code to email

Hi, I would like to know if there is possibility to send verification code to email using Microsoft graph. Basically, I want to do everything in MS Graph ie. signing up, signing in, send verification code, SMS, MFA and social media sign up and sign in.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,892 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,909 questions
asked 2024-05-06T13:12:07.0933333+00:00
Felix Cordeta Matusinio 0 Reputation points
commented 2024-05-30T05:45:34.91+00:00
Shweta Mathur 28,201 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Effect of MC792991 Disablement of Symmetric keys for Microsoft Entra first-party applications Service Principals

Hello Team, Greetings! This is Joni.   Due to the Microsoft post as follows,  a partner need to address how this affects to end users' resources and workloads.  Disablement of Symmetric keys for Microsoft Entra first-party applications Service Principals…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,147 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,892 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,178 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,909 questions
asked 2024-05-20T14:08:33.86+00:00
yulei0917 45 Reputation points
edited a comment 2024-05-30T05:16:55.2533333+00:00
yulei0917 45 Reputation points
0 answers

Home Page Content Missing After Automatic Update to APIM Developer Portal

Probably won't make it tonight but I will

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,892 questions
asked 2024-05-15T06:53:53.92+00:00
Ghu Ghu 0 Reputation points
edited the question 2024-05-30T04:34:46.9333333+00:00
Shweta Mathur 28,201 Reputation points Microsoft Employee
0 answers

O365 Graph API call email upload attachment interface timeout

During the process of calling Graph API to upload email attachments, an occasional timeout occurred. The server is on Azure in China. Please help us find out the cause of the problem. upload start time: 2024-05-22 18:03:02 SGT upload end time: 2024-05-22…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,892 questions
asked 2024-05-23T01:27:37.0966667+00:00
Xiao, Kevin 0 Reputation points
edited the question 2024-05-30T04:33:31.6866667+00:00
Shweta Mathur 28,201 Reputation points Microsoft Employee
0 answers

fetch is not defined in SSO Office Add-in

I've followed the instructions here: Enable SSO in an Office Add-in using nested app authentication - Office Add-ins | Microsoft Learn Under the Call an API, TODO 4, my VS Code is telling me that 'fetch' is not defined. This is in the taskpane.js file.…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,892 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.
3,595 questions
asked 2024-05-27T13:04:05.5666667+00:00
Tom H2o 0 Reputation points
edited the question 2024-05-30T04:32:57.4666667+00:00
Shweta Mathur 28,201 Reputation points Microsoft Employee
1 answer

I have cleared my Azure devops certification exam (AZ-400) 3 days back-But still I could not see the transcript generated for the same.

I have cleared my Azure devops certification exam (AZ-400) 3 days back-But still I could not see the transcript generated for the same.

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,272 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,892 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,263 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,324 questions
asked 2024-05-08T06:05:11.49+00:00
Radhakrishnan, Charumathi 0 Reputation points
edited the question 2024-05-30T04:16:27.9033333+00:00
Givary-MSFT 28,576 Reputation points Microsoft Employee