11,969 questions with Microsoft Graph-related tags

Sort by: Updated
1 answer

Graph API - Get list of SharePoint sites with Sites.Selected

Hello: I am trying to integrate with Sharepoint via the Microsoft Graph API. I have already set up an Azure app with Sites.Selected permissions and configured the app to have read access to a specific list of sites. For context, I am using raw HTTP…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,969 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,669 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,964 questions
asked 2024-10-01T15:51:55.1166667+00:00
Manuel Suarez 0 Reputation points
commented 2024-10-01T17:31:15.9533333+00:00
Manuel Suarez 0 Reputation points
0 answers

Intune managedDevice

Hey, I'm interested in retrieving IPv6 via Intune graph API. we saw this API - https://learn.microsoft.com/en-us/graph/api/intune-devices-manageddevice-get?view=graph-rest-beta we saw that we could retrieve ipv4 using this API. Is there another API that…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,969 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
5,042 questions
asked 2024-10-01T16:05:58.6666667+00:00
gari kogan 0 Reputation points
edited the question 2024-10-01T16:07:01.9766667+00:00
gari kogan 0 Reputation points
1 answer

How to add html link element with a image in a Teams Chat message POST with body of contentType="html"

MS graph API is used to POST chat message with contentType="html" to Teams channel -> https://learn.microsoft.com/en-us/graph/api/chatmessage-post?view=graph-rest-1.0&tabs=http Requirement is to add a link element to the message which…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,066 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,969 questions
asked 2024-09-30T12:10:42.38+00:00
ArmbrusterMarkus-4875 0 Reputation points
commented 2024-10-01T14:10:06.0866667+00:00
ArmbrusterMarkus-4875 0 Reputation points
1 answer

Status of events is mismatching for external user and organizer.

Status of events is mismatching for external user and organizer. create event with external and internal attendees from AAD. user1@internal.com user2@external.com with location accept invitation by both internal and external users update event with…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,969 questions
asked 2024-09-06T12:46:42.19+00:00
Siarhei Kuchuk 15 Reputation points
commented 2024-10-01T13:46:35.1033333+00:00
Siarhei Kuchuk 15 Reputation points
1 answer

What is the maximum length of issuerAssignedId?

What is the maximum length of issuerAssignedId? The document https://learn.microsoft.com/en-us/graph/api/resources/objectidentity?view=graph-rest-1.0 says it issuer-assigned ID should be less than 64 characters. However, in our test environment, we…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,969 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,630 questions
asked 2024-10-01T11:44:44.5833333+00:00
Shruthi Gowda 0 Reputation points
edited an answer 2024-10-01T12:49:38.1866667+00:00
Hitesh Pachipulusu - MSFT 1,910 Reputation points Microsoft Vendor
0 answers

Failure while trying to download an image from a teams message using Microsoft teams graph API connector in Logic Apps

I am trying to download an image from a teams message using the Send a Microsoft Graph HTTP request action in Microsoft Teams connector in Logic Apps. From a URl of type…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,121 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,969 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,240 questions
asked 2024-09-30T08:02:12.23+00:00
Puneet Jain 20 Reputation points Microsoft Employee
commented 2024-10-01T11:23:58.18+00:00
Prasad-MSFT 6,766 Reputation points Microsoft Vendor
0 answers

MS Graph API Certificate Issue

I use the MS Graph API to connect with my Teams Chat, but currently the certificate will not be approved and I get following error: {"error":{"code":"ValidationError","message":"HttpRequestException:An error…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,969 questions
asked 2024-10-01T11:16:10.0366667+00:00
ACA 0 Reputation points
1 answer

How to stop default mail triggers when creating an calendar events using microsoft graph API's?

I'm trying to create calendar events using the below endpoint, https://graph.microsoft.com/v1.0/me/events and HTTP method used is POST, here i want to stop the default email invitations sent to the recipients of the events because it is spamming the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,969 questions
asked 2024-09-17T07:06:37.5766667+00:00
Shankar Guru Jawahar 0 Reputation points
commented 2024-10-01T11:08:03.5033333+00:00
CarlZhao-MSFT 41,861 Reputation points
0 answers

Microsoft Graph - Sometimes the value of NextLink is null.

Hello, I have an Azure Function which uses the .NET Graph SDK library. One of the endpoints is dedicated to get the delta of the users, so eventual changes to the users or new ones will be found thanks to the deltaLink. The problem is that sometimes my…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,969 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,630 questions
asked 2024-08-30T15:44:35.9433333+00:00
Alessandro Beretta 0 Reputation points
commented 2024-10-01T10:59:04.16+00:00
Carolyne-3676 211 Reputation points
1 answer

Help with Deploying AI Agents to Microsoft Teams Chats

Hello, I need help with deploying AI Agents (bots) to Microsoft Teams chats. Here's my current setup: I have a REST API endpoint that processes user queries and provides LLM-based responses. Users on my platform can create custom AI assistants. What…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
834 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,066 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,969 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,240 questions
asked 2024-09-30T16:27:04.4833333+00:00
Dalvir Singh 0 Reputation points
commented 2024-10-01T10:28:54.4466667+00:00
Meghana-MSFT 3,881 Reputation points Microsoft Vendor
1 answer

Receiving a 504 Gateway Timeout error for workbook/createsession

Hi, When using the graph API to create a session for a large (18MB) workbook stored in Sharepoint I'm consistently getting a 504 Gateway Timeout after exactly 30 seconds. When I attempt this using a smaller Excel workbook it is always successful. This is…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,969 questions
asked 2024-09-16T10:09:51.8433333+00:00
Dale Stewart 0 Reputation points
commented 2024-10-01T10:00:42.1433333+00:00
CarlZhao-MSFT 41,861 Reputation points
1 answer

Best Practices for Structuring Azure Applications for Production and Development Environments

Hello everyone, We are working through the authorization process on our application and found a question that we need advice on Our project consists of two applications: web application (Analysis Dashboard) Outlook Taskpane application (with front…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,969 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,733 questions
asked 2024-09-12T20:04:32.5+00:00
Chiril Codreanu 0 Reputation points
commented 2024-10-01T09:59:51.53+00:00
CarlZhao-MSFT 41,861 Reputation points
1 answer

How to Structure Azure Applications for Production and Development Environments?

Hi everyone, We are working on implementing the authorization and permissions process in our application and have encountered a question where we need some guidance. Our project includes two applications: A web application (an analytics dashboard) An…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,969 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,733 questions
asked 2024-09-12T19:58:51.8033333+00:00
Chiril Codreanu 0 Reputation points
commented 2024-10-01T09:57:48.2766667+00:00
CarlZhao-MSFT 41,861 Reputation points
1 answer

Use metered API with on-behalf-of authentication

We are calling MS Graph API endpoints that require metered API to be enabled (e.g. assignSensitivityLabel). Microsoft.GraphServices/accounts resource for our app has been created according to documentation. Call is working fine when we use client…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,969 questions
asked 2024-09-11T09:07:28.47+00:00
Valentyn Derkach 0 Reputation points
commented 2024-10-01T09:56:33.21+00:00
CarlZhao-MSFT 41,861 Reputation points
0 answers

Using Delegate Token and Application Token respectively to obtain SharePoint library, the Graph API returns different display names.

The admin user uses the Graph Rename API (Delegate Token) to modify the library name Other users use Graph API (Delegate Token) to obtain Library Admin User uses Graph API (Delegate Token) to obtain Library #The library names returned by 2 and # 3…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,969 questions
asked 2024-09-10T11:22:16.7033333+00:00
Reyn Yin 0 Reputation points
commented 2024-10-01T09:55:10.4333333+00:00
CarlZhao-MSFT 41,861 Reputation points
1 answer

Availability of BasicDataSet_v0.MailFolder_v2 when creating a linkedservice in Azure Data Factory

Hi all. I have been attempting to complete a pipeline that draws info on a shared mailbox. I started out with the BasicDataSet_v0.MailFolder_v0 Dataset but discovered that it does not give a breakdown of child folders nor does it include shared inboxes…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,969 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,656 questions
asked 2024-09-10T01:26:55.4333333+00:00
Matt 0 Reputation points
commented 2024-10-01T09:52:56.6566667+00:00
CarlZhao-MSFT 41,861 Reputation points
1 answer

graph.microsoft.com api to raise group access request that can though myaccess.microsoft.com approval process

I want to use myaccess.microsoft.com programmatically. but it do't have apis, it say that i can use graph.microsoft.com api . but when i am using graph.microsoft.com api , it give below error. i want to use graph.microsoft.com api to raise group access…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,969 questions
Access
Access
A family of Microsoft relational database management systems designed for ease of use.
388 questions
asked 2024-09-17T20:49:55.56+00:00
Garothaya, Sanjay 0 Reputation points
commented 2024-10-01T09:37:48.44+00:00
CarlZhao-MSFT 41,861 Reputation points
0 answers

What is <portal> in Get Cube of PowerBI Rest API endpoint?

I would like to get call details using PowerBI REST API as per the document available here. As per that I am trying the first method "Get Cube", however, the document doesn't mention any example on how to call it. Further, the URL provided here…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,969 questions
asked 2024-03-18T22:17:19.0133333+00:00
Rupen A 20 Reputation points
edited the question 2024-10-01T09:34:00.1466667+00:00
Teddy Gyabaah 0 Reputation points Microsoft Employee
1 answer

My Phone is not accepting

My phone is not accepting emails. Can you people guide what to do?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,969 questions
Office Mac
Office Mac
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Mac: A family of Apple personal computers that run the macOS operating system.
500 questions
Microsoft Intune Android
Microsoft Intune Android
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Android: An open-source mobile platform based on the Linux kernel, developed by Google, and maintained by the Open Handset Alliance.
290 questions
asked 2024-02-28T11:10:12.8733333+00:00
Aisha Mushtaq 0 Reputation points
edited the question 2024-10-01T09:32:47.6566667+00:00
Teddy Gyabaah 0 Reputation points Microsoft Employee
1 answer

Exchange Web Services (EWS)

Hi all, I have the script below that was working fine but recently stopped functioning. I am unsure if this is due to the deprecation of basic authentication or because Exchange Web Services (EWS) is no longer supported as it's a legacy client. The…

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.
11,969 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,505 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,619 questions
Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
2,089 questions
asked 2024-10-01T05:32:50.5866667+00:00
Roger Roger 6,041 Reputation points
edited the question 2024-10-01T09:28:15.0066667+00:00
Roger Roger 6,041 Reputation points