12,037 questions with Microsoft Graph-related tags

Sort by: Updated
1 answer

Microsoft Graph API for creating a folder with "replace" conflict behaviour

I want to use Microsoft Graph API rest to create a folder. I followed the documentation https://learn.microsoft.com/en-us/graph/api/driveitem-post-children?view=graph-rest-1.0&tabs=http However, the documentation does not clearly state the idea of…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,037 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
1,117 questions
asked 2024-10-11T09:55:41.5033333+00:00
Diana Ivanova 0 Reputation points
answered 2024-10-11T11:41:47.7+00:00
Rohit Raghuwanshi - MSFT 470 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Are `/delta` endpoints in the Microsoft Graph API part of the metered API?

The Documentation isn't mentioning the /delta endpoints on the metered API reference page, nor mentioning metering or pricing on the delta page, so is it metered/priced or not? E.g. GET /users/{id | user-principal-name}/chats/getAllMessages/delta

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,037 questions
asked 2024-10-10T14:09:34.2633333+00:00
Jan-Paul Bultmann 0 Reputation points
edited a comment 2024-10-11T11:10:32.0533333+00:00
Jan-Paul Bultmann 0 Reputation points
1 answer

Unable to call Microsoft Graph API with Auth0

Hi I'm following this document by Auth0 https://auth0.com/docs/authenticate/identity-providers/enterprise-identity-providers/azure-active-directory/v2 to establish a connection between Auth0 and Microsoft Azure Directory. From our understanding, we…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,037 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,546 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,789 questions
asked 2024-10-04T05:25:30.41+00:00
G9000 5 Reputation points
commented 2024-10-11T09:59:09.75+00:00
Yakun Huang-MSFT 4,800 Reputation points Microsoft Vendor
0 answers

Is their any change/rollback for audience in access token, which was expected to be "https://graph.microsoft.com"?

I am writing to seek clarification regarding an issue I encountered with the access token obtained through the following request: Request Path:…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,037 questions
asked 2024-10-11T09:54:35.37+00:00
M. R. Chaturvedi 0 Reputation points
1 answer

How to avoid parent pushing their own permissions to child with broken permissions

The reason why new permissions added to a root folder in a SharePoint document library are also added to subfolders, even when inheritance is broken is that this option is selected by default. ("Share everything in this folder, even items with…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,037 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,982 questions
asked 2024-10-10T16:37:19.8766667+00:00
Andy Holvoet 0 Reputation points
edited a comment 2024-10-11T08:14:59.3233333+00:00
Emily Du-MSFT 46,181 Reputation points Microsoft Vendor
1 answer

Frequent Interruptions in Graph API Subscriptions for MS Teams — Messages Not Received

We are using the Microsoft Graph API to integrate with Microsoft Teams by creating subscription webhooks following this guide: Create Subscription - Microsoft Graph. We set the subscription to last for one hour, renewing it every 30 minutes, and have…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,135 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,037 questions
asked 2024-10-10T09:50:10.37+00:00
Artem Timoshyn 20 Reputation points
commented 2024-10-11T08:06:21.7533333+00:00
AZ Michal Marciniak 0 Reputation points
1 answer One of the answers was accepted by the question author.

unable to encrypt

I have using an Azure App Registration and i have encrypted client secret using the below syntax from powershell. $myfile = 'c:\temp\myappreg.key' Read-Host -assecurestring | convertfrom-securestring | out-file I am using the below lines in the script. i…

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,037 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,531 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,523 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,776 questions
asked 2024-10-11T05:39:21.39+00:00
Rising Flight 4,536 Reputation points
accepted 2024-10-11T07:26:22.51+00:00
Rising Flight 4,536 Reputation points
2 answers

Getting "00000003-0000-0000-c000-000000000000" Audience in Access token which was expected to be "https://graph.microsoft.com"

I am encountering an issue while trying to acquire an access token using the SharePoint Online API. The expected audience for the token is 'https://graph.microsoft.com', but I am receiving token '00000003-0000-0000-c000-000000000000' instead.   Request…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,037 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,708 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,982 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,789 questions
asked 2024-10-04T07:22:46.8166667+00:00
Sagar K 0 Reputation points
commented 2024-10-11T07:14:46.5766667+00:00
Rohit Raghuwanshi - MSFT 470 Reputation points Microsoft Vendor
2 answers

Graph API : Convert word document to PDF and download PDF not working for large files

Hi, I am using SharePoint Graph API to convert word document to PDF(the word document that needs to be converted is already uploaded to SharePoint). It is working for small files but failing for large files(a 50MB file failed). I referenced this link -…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,037 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,708 questions
asked 2024-10-10T17:17:16.0633333+00:00
AugLearn 0 Reputation points
answered 2024-10-11T06:54:29.7433333+00:00
Hitesh Pachipulusu - MSFT 2,145 Reputation points Microsoft Vendor
1 answer

POST to /planner/tasks on Premium Plan Fails error 403

Description When I try to create a Task on one of the new Premium Plans in Microsoft Planner via the graph API endpoint: /planner/tasks, I get an error 403. If I do the same to an older existing or new Basic Plan, it works fine. Repro You need a…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,037 questions
asked 2024-10-09T05:08:38.6333333+00:00
David E. Craig 0 Reputation points
commented 2024-10-11T06:30:01.8666667+00:00
Yakun Huang-MSFT 4,800 Reputation points Microsoft Vendor
2 answers

Access Denied When Updating User Password in Azure Active Directory via Microsoft Graph API

I'm trying to update a user's password in Azure Active Directory using the Microsoft Graph API. The user was created using the API endpoint https://graph.microsoft.com/v1.0/users, and I'm generating an application token in Node.js using the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,037 questions
asked 2024-10-04T07:47:38.1133333+00:00
Umair Khalid 0 Reputation points
commented 2024-10-11T06:20:54.9666667+00:00
Yakun Huang-MSFT 4,800 Reputation points Microsoft Vendor
2 answers

How can we list email threads with their subject and message count?

We are building an email client and are want to have a threaded view of emails like in outlook for the user. Currently we can list messages and get their conversationId. But we can not be certain we have every message in that thread. We would like to…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,037 questions
asked 2024-10-10T15:01:21.1833333+00:00
Will Overton 0 Reputation points
answered 2024-10-11T06:20:35.84+00:00
Hitesh Pachipulusu - MSFT 2,145 Reputation points Microsoft Vendor
2 answers

Server Side Code/App for "Add-in architecture for SSO and Microsoft Graph"

Hi, From our understanding from the following Microsoft article on "Authorize to Microsoft Graph with SSO": https://learn.microsoft.com/en-us/office/dev/add-ins/develop/authorize-to-microsoft-graph The best way for an Office Add-in to get…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,037 questions
asked 2024-10-03T09:50:15.6033333+00:00
Arun Singh 0 Reputation points
commented 2024-10-11T06:17:02.5133333+00:00
Yakun Huang-MSFT 4,800 Reputation points Microsoft Vendor
2 answers

How To Call Graph APIs, from Outlook Add-In, for Multiple Tenants, With Single Azure App

Hi, We are building a web-based, JavaScript Outlook Add-In which is required to call Microsoft Graph APIs to access the Outlook's user's emails and attachments. For the same, we understand that the prescribed approach is to register an Azure app, set it…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,847 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,037 questions
asked 2024-10-03T09:47:48.6933333+00:00
Arun Singh 0 Reputation points
commented 2024-10-11T06:16:07.45+00:00
Yakun Huang-MSFT 4,800 Reputation points Microsoft Vendor
1 answer

all users Meeting show main admin dashboard through api

Main admin wants to see all users meeting display, through which API is it and what field is required, all user's meeting data should be shown in admin dashboard. through code api.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,037 questions
asked 2024-10-10T10:41:33.25+00:00
Sandeep Singh 0 Reputation points
answered 2024-10-11T01:58:19.08+00:00
Yakun Huang-MSFT 4,800 Reputation points Microsoft Vendor
0 answers

New-CsOnlineApplicationInstance: Access Denied.

To implement PolicyRecordingBot, I am using the README.md page as a reference. However, when I run the command New-CsOnlineApplicationInstance -UserPrincipalName <upn@contoso.com> -DisplayName <displayName> -ApplicationId…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,135 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,037 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,523 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,789 questions
asked 2024-10-07T14:50:57.1866667+00:00
Takeharu 0 Reputation points
commented 2024-10-11T01:22:39.9133333+00:00
Robin Sheng-MSFT 3,125 Reputation points Microsoft Vendor
2 answers

Graph API Search Fails with App-Only Selected.Sites Permissions - Failed to search: 500 Internal Server Error

Hello, I am using the Microsoft Graph API with SharePoint and App-Only Selected.Sites permissions. I have granted the application “full control” over the selected sites, and I can retrieve an access token and make successful API calls to most…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,037 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,708 questions
asked 2024-10-03T13:46:49.81+00:00
Danny A Muntean 0 Reputation points
answered 2024-10-10T16:55:56.06+00:00
Danny A Muntean 0 Reputation points
1 answer

How can I use CBA for securing high privileged break glass account ?

How can I use the WildCard SSL App Service Certificate for the Certificate Based Authentication (CBA) to allow login with the Break Glass account? https://learn.microsoft.com/en-us/entra/identity/authentication/how-to-certificate-based-authentication I…

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,286 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,037 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,884 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.
21,789 questions
asked 2024-10-03T06:38:41.88+00:00
EnterpriseArchitect 5,376 Reputation points
answered 2024-10-10T16:44:00.3766667+00:00
Raja Pothuraju 6,445 Reputation points Microsoft Vendor
1 answer

Suspicious Sign In va Microsoft Graph

I have noticed suspicious sign in from a user account. The user is in California but the sign in appears from New Jersey from a Micorosft Graph app that is running on the user laptop. Please note the laptop is joined with AD. Does anyone know if this is…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,037 questions
asked 2023-06-17T14:47:30.5966667+00:00
Zile Rehman 10 Reputation points
answered 2024-10-10T16:38:37.4033333+00:00
Axyrium 51 Reputation points
0 answers

Authorization Issues with Azure Virtual Desktop RemoteApps API

Hello, I am currently trying to use the Azure Virtual Desktop RemoteApps API, specifically the endpoint to get a list of RemoteApps, as documented here: Get a list of RemoteApps. …

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,129 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,037 questions
Azure Virtual Desktop
Azure Virtual Desktop
A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
1,545 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,789 questions
asked 2024-10-10T13:39:15.53+00:00
DILIP KUMAR 0 Reputation points