11,027 questions with Microsoft Graph-related tags

Sort by: Updated
2 answers

Graph Api userRegistrationDetails gives forbidden error for some tenants and not for others

I have an Azure entra application that reads the userRegistrationsDetails from tenants that have the application installed. For some tenants, this api call works perfectly fine, but for others it gives a 403 forbidden errors. The application has the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,005 questions
asked 2024-06-11T09:29:29.3433333+00:00
Jermo van Oort 0 Reputation points
commented 2024-06-11T10:10:01.94+00:00
Jermo van Oort 0 Reputation points
0 answers

How to get more than 10 attachments from an email using graphapi?

I am able to get upto 10 attachments correctly from an email using graphapi, but when an email is encountered which has more than 10 attachments, Java program hangs indefinitely on get() method and there is no error/log printed for it. We are using…

Office
Office
A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.
1,383 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,024 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,005 questions
asked 2024-06-11T10:09:52.82+00:00
SHARMA Shankarlal 0 Reputation points
1 answer

Geeting error when perform app provisioning

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,005 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,028 questions
asked 2024-06-10T10:18:44.6466667+00:00
Vaibhav Patil 20 Reputation points
answered 2024-06-11T09:48:56.97+00:00
Akhilesh 6,115 Reputation points Microsoft Vendor
1 answer

File movement from sharepoint Nested Subfolders using Microsoft Graph API to blob using ADF

I am trying to copy files from sharepoint to Azure Blob Storage using Microsoft Graph API in ADF. I am able to do it when the sharepoint folder structure is flat. I am facing issue when the sharepoint has nested subfolders. Is there a way to get…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,530 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,005 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,856 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,978 questions
asked 2024-06-05T02:34:02.96+00:00
Jagdev Sinder 0 Reputation points
commented 2024-06-11T09:22:04.25+00:00
Amira Bedhiafi 17,701 Reputation points
2 answers

Why can't I use version history

I created a documentSet, then I captured its version, after refreshing I select documentSet, click Version history and the error is displayed like the image I provided.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,005 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,978 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,750 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,590 questions
SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,859 questions
asked 2024-05-31T09:20:33.14+00:00
Enzo Nguyen 0 Reputation points
answered 2024-06-11T09:15:34.4866667+00:00
Enzo Nguyen 0 Reputation points
0 answers

GRAPH: Retrieve Image from Microsoft List via Graph

Hello, I have integrated a Microsoft list with Graph. I can read and write List Items. I am also seeing the field "DevicePhoto" while retrieving the items of the list: "DevicePhoto":…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,005 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,978 questions
asked 2024-06-05T10:53:44.1833333+00:00
Jens Krengel 0 Reputation points
commented 2024-06-11T09:02:44.0633333+00:00
Jens Krengel 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to Retrieve Team Name Using Tenant ID and Channel ID in Microsoft Teams?

I have a Tenant ID and one of the Channel IDs within that tenant in Microsoft Teams. I need to find out the name of the team that this channel belongs to. I've been using the Microsoft Graph API for other tasks, but I'm not sure which endpoints or…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,005 questions
asked 2024-06-11T03:05:48.8966667+00:00
abbas izadipour 165 Reputation points
commented 2024-06-11T08:14:05.4066667+00:00
abbas izadipour 165 Reputation points
1 answer

How to register for updates or deprecation notification for Microsoft REST or Graph Mail APIs

Hi team, We at Atlassian were using Microsoft REST API for reading mails from Microsoft Mailboxes but as per the deprecation notice here -…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,005 questions
asked 2024-06-11T06:36:43.1133333+00:00
Nitin Kumar 0 Reputation points
answered 2024-06-11T07:55:55.9033333+00:00
Yakun Huang-MSFT 1,320 Reputation points Microsoft Vendor
0 answers

How do you get more than 10 items back from the microsoft graph me/drive/following endpoint?

Hi, I'm trying to build a webpart in sharepoint that displays a list of drive items that the user has followed I've tried using both /me/drive/following & /me/drives/{default drive id}/following and they do give me results, however, the endpoint…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,005 questions
asked 2024-06-10T14:32:36.43+00:00
James Derrick 0 Reputation points
commented 2024-06-11T07:54:28.01+00:00
James Derrick 0 Reputation points
0 answers

Editing an Excel file without tables using MSGraph API

Hi all, I want to use the MSGraph API in order to edit excel files on Sharepoint. I now see that you need a workbookTable_id in order to use the python function: result = await…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,005 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,582 questions
asked 2024-06-11T07:50:01.5933333+00:00
Dennis Tran 0 Reputation points
edited the question 2024-06-11T07:50:19.24+00:00
Dennis Tran 0 Reputation points
1 answer One of the answers was accepted by the question author.

Allow public client flows

Hey, I am reaching out regarding an adjustment I intend to make to our application, which currently utilizes the Graph API to import mail from our users. Specifically, I am interested in modifying the "Allow public client flows" setting to…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,005 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,700 questions
Microsoft Entra
asked 2023-10-09T14:02:09.99+00:00
Spkn 41 Reputation points
commented 2024-06-11T07:01:55.5766667+00:00
Ulf Vedenbrant 0 Reputation points
0 answers

I am getting this error. com.microsoft.graph.core.ClientException: Error executing the request.

I am trying to access an email box with the help of Graph API. but the issue is without a proxy I can hit the request. On my local env, everything works fine when I run this without proxy. But when I add the proxy and then run it fails and gives the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,005 questions
asked 2024-06-11T06:58:43.92+00:00
Afzal Ghani 0 Reputation points
2 answers

How to update a SharePoint column with Graph API?

Hi there I'm trying to update the column value of a column I created on a SharePoint site. I found this blog post which describes how to do this. On my test site this worked out. However, on the prod site I get the following error with code 403: { …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,005 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,978 questions
asked 2024-06-10T12:11:41.27+00:00
omg_math 0 Reputation points
commented 2024-06-11T06:47:06.95+00:00
omg_math 0 Reputation points
0 answers

How do I fix email bounce backs when using the Graph API to create an event?

Good day, I keep getting the following error when making a successful call to the events endpoint on the Graph API: Remote server returned '550 5.7.708 Service unavailable. Access denied, traffic not accepted from this IP. How do I resolve this?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,005 questions
asked 2024-06-11T06:35:15.0566667+00:00
Colin Tapfumaneyi 0 Reputation points
0 answers

Problem with connecting to Outlook via IMAP using OAuth2 authentication

We are building a solution where we connect to email mailboxes via IMAP, fetch and store some relevant emails, so that later we can display them in the web UI. Later on we plan to add support for replying to the relevant emails directly from web UI. We…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,191 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,005 questions
asked 2024-06-04T13:35:46.83+00:00
Serhii Bezkostnyi 5 Reputation points
edited the question 2024-06-11T05:55:26.3566667+00:00
Givary-MSFT 29,021 Reputation points Microsoft Employee
0 answers

Office365 Attachment Missing issue in Code Igniter 3 PHP

Office365 Attachment Missing issue in Code Igniter 3 PHP Flow: When an email is sent using Office365, a draft is initially created. All the attachments are then added to this draft one by one before it is sent to the recipient. Issue: We noticed that…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,005 questions
asked 2024-06-04T13:13:21.8066667+00:00
Adele Vance 0 Reputation points
edited the question 2024-06-11T04:09:25.97+00:00
Adele Vance 0 Reputation points
1 answer One of the answers was accepted by the question author.

How long will take to show In-Place Archive in the online archive mailbox in OWA after Enabled mailbox archive in EAC and is there any graph api that supports Online Archive or mailbox archive.

here i enabled for mailbox archive in EAC for below image i am expecting to view that in place archive folder and also mention in this…

Microsoft Exchange Online
Outlook
Outlook
A family of Microsoft email and calendar products.
3,191 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,005 questions
asked 2024-05-16T10:50:40.9166667+00:00
Naitik Jani 26 Reputation points
edited the question 2024-06-11T03:11:24.4833333+00:00
Jayce Yang-MSFT 1,251 Reputation points Microsoft Vendor
0 answers

Reocurring Calendar events using MSGraph and Powershell

We have a CSV list of Holidays we are to inject into Exchange Online Calendars many of them are repeating events such as Ramadan for example. The CSV is in this format:…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,005 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,292 questions
Exchange Server Development
Exchange Server Development
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Development: The process of researching, productizing, and refining new or existing technologies.
522 questions
asked 2024-06-10T15:07:25.86+00:00
Scott Stockton 0 Reputation points
edited the question 2024-06-11T02:24:36.74+00:00
Noah Ma-MSFT 1,530 Reputation points Microsoft Vendor
1 answer

'UnknownError' from Graph API while fetching Intune managedDevices

Hi guys, We are using the Graph API in order to fetch all the intune managed devices as detailed here. From time to time, the response we get back details the following error: …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,005 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,553 questions
asked 2024-06-06T11:12:23.06+00:00
Ori Shlomo 0 Reputation points
commented 2024-06-11T01:53:27.2+00:00
Crystal-MSFT 44,841 Reputation points Microsoft Vendor
1 answer

Ability for ADMIN to send a chat message on behalf of

https://learn.microsoft.com/en-us/graph/api/chatmessage-post?view=graph-rest-beta&tabs=http talks about few different ways to send message to a channel/chat by the user (or participant of the channel). Is there a way to send message by an admin (on…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,005 questions
asked 2024-06-10T19:06:45.2933333+00:00
sud krish 0 Reputation points
answered 2024-06-11T01:45:46.7066667+00:00
Yakun Huang-MSFT 1,320 Reputation points Microsoft Vendor