10,755 questions with Microsoft Graph-related tags

Sort by: Updated
0 answers

Getting an error when trying to create a new excel workbook.

I am trying to use the Graph API to create a new Excel workbook. I keep finding this way to do it everywhere on the internet. But I keep getting this error. POST https://graph.microsoft.com/v1.0/me/drive/root/children { "file": {}, …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,733 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,499 questions
asked 2024-05-13T20:11:06.9133333+00:00
Jalen Parham 0 Reputation points
0 answers

need to Need to call the Microsoft GraphApi from the .net application and get the user details based on the email address

Hi, I have a below requirement. I need to call the microsoft GraphApi from the .net application and get the user details based on the email address he/she types in the textbox. In Azure portal - i have enabled (Any Microsoft Entra ID tenant -…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,733 questions
asked 2024-05-07T20:13:50.26+00:00
pk 5 Reputation points
commented 2024-05-13T19:49:48.2133333+00:00
Carolyne-3676 201 Reputation points
1 answer One of the answers was accepted by the question author.

Adding Scopes to a registered Service Principal

Hi there, We have a registered Service Principal (Enterprise Application) being used by several users granting us delegated permissions. We'd like to add an additional application (not delegated) permission to this service principal. For context, it…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,733 questions
asked 2024-05-09T19:34:17.8433333+00:00
Ivan Zeljkovic 20 Reputation points
accepted 2024-05-13T19:14:17.63+00:00
Ivan Zeljkovic 20 Reputation points
0 answers

Calling delta link on sharepoint sites do not indicate which one is deleted

Is it normal? It occurs every time I query a delta link(sites/delta) just after deleting a sharepoint site. { "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#sites", "@odata.deltaLink":…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,733 questions
asked 2024-05-13T19:10:45.8133333+00:00
Luigi Gravel 0 Reputation points
0 answers

Calling delta link on sharepoint sites do not indicate which one is deleted

As you can see here, as the site were deleted, it appears in the delta call but nothing indicate if this site was modified, delete or added... we have no choice but calling each site to verify if it still exists { "@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,733 questions
asked 2024-04-15T21:16:05.5966667+00:00
Luigi Gravel 0 Reputation points
edited the question 2024-05-13T18:58:15.97+00:00
Luigi Gravel 0 Reputation points
0 answers

How to Remove all Staff from Bookings Appointment

When Updating a Bookings Appointment that already has staff assigned, if you remove all staff members from the staffMemberIds property, the appointment will not update the assigned staff members. This operation is allowed in the webapp, so the API…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,733 questions
asked 2024-05-13T18:25:20.71+00:00
Justin 1 Reputation point
1 answer

I've encountered the 'unauthorized_client: The client does not exist or is not enabled for consumers' error while trying to use authentication via Microsoft Graph in my web service; any ideas on how to fix this?

Hello, I've added authentication via Microsoft Graph to my web service. Everything was working fine, but at some point, I started getting an "unauthorized_client: The client does not exist or is not enabled for consumers" error when trying to…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,733 questions
asked 2024-04-16T14:51:12.9333333+00:00
Netlas Team 0 Reputation points
commented 2024-05-13T18:02:54.45+00:00
Elena Lapshyna 0 Reputation points
1 answer

Teams Meeting

I am trying to get the user from an ongoing meeting using MS Graph api, Is there a way to do this?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,733 questions
asked 2024-05-13T17:19:28.1133333+00:00
Allen 0 Reputation points
answered 2024-05-13T17:50:20.93+00:00
CharanyaB-MSFT 1,421 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Certain fields of mguser update arent working and I am unsure why.

$csvData = $csv | Select "User principal name","Title", "Department", "City", "StreetAddress", "Reporting managers" foreach($user in $csvData){ $userPrincipalName = $user."User principal…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,733 questions
asked 2024-05-13T15:24:18.1066667+00:00
Nicolas Odorico 0 Reputation points
accepted 2024-05-13T17:34:38.32+00:00
Nicolas Odorico 0 Reputation points
1 answer

The reference target 'Application_xxxx-xxxx-xxxx' of type 'Application' is invalid for the 'owners' reference.

Hi folks, I am trying to add an application as an owner to a few Azure AD group but encountering below error message: "The reference target 'Application_xxxx-xxxx-xxxx' of type 'Application' is invalid for the 'owners' reference." I tried with…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,733 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,107 questions
Microsoft Entra
asked 2024-05-13T16:26:45.3366667+00:00
Apurva Pathak 310 Reputation points
answered 2024-05-13T17:33:21.6066667+00:00
Hitesh Pachipulusu - MSFT 80 Reputation points Microsoft Vendor
1 answer

How to query emails by recipient's email address?

I am using the Graph REST API. Below is my URL. https://graph.microsoft.com/v1.0/me/mailFolders('SentItems')/messages?$filter=sentDateTime ge 2024-04-27T16:00:00Z and sentDateTime le 2024-05-04T15:59:59Z and toRecipients/any(a:a/emailAddress/address eq…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,733 questions
asked 2024-05-13T08:49:38.14+00:00
Shaun Yang (Medalsoft) 0 Reputation points
answered 2024-05-13T17:26:36.3666667+00:00
Saranya Madhu-MSFT 75 Reputation points Microsoft Vendor
1 answer

Delete attachment api call is giving 500 Internal Server Error

For the following API: DELETE https://graph.microsoft.com/v1.0/me/events/{eventId}/attachments/{attachmentId{}} I am getting the following response: { "error": { "code": "ErrorInternalServerError", …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,733 questions
asked 2024-04-07T13:30:52.9466667+00:00
Shubham Yadav 0 Reputation points
edited a comment 2024-05-13T16:09:32.8066667+00:00
Olivier Drouin 0 Reputation points
0 answers

In Graph for Teams we used to be able to get a shift group for Time Off instances, This has somehow disappeared? Am I crazy or just dont know how to query graph correctly

In previous months in Shifts for Teams off time instances had a shift group ID, I cannot find this anymore. Am i doing something wrong.

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,163 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,733 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,890 questions
asked 2024-04-09T13:30:03.65+00:00
Jonathan Spencer 0 Reputation points
edited a comment 2024-05-13T15:11:53.5166667+00:00
Jonathan Spencer 0 Reputation points
0 answers

Microsoft graph api error "You do not have permissions to open this file in the browser."

There was no problem when I first created the microsoft account. After some time passed, when I tried to request again, I got an error. I send a request to this endpoint and the following error is…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
988 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,733 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
843 questions
asked 2024-05-13T15:01:27.7+00:00
developeruser 0 Reputation points
0 answers

Upload files to Teams' team channel using Graph from VBA in Excel with Library 'Request check out'

I have an Excel file running some VBA code. This file is to be accessed and edited by my co-workers, so I share it in a channel in a Teams' team. This file, upon some choices and inputs on a kind of form inside it, automatically generates some other…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,163 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,733 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,756 questions
asked 2024-05-13T13:33:45.0833333+00:00
Inácio Rodrigues 0 Reputation points
0 answers

Are there API queries which can be used to Fetch User data like name, address from MS Azure/Entra Id?

I am a Salesforce CRM developer and need API queries to fetch the user details like Name, Phone, Email, etc. From Microsoft Azure AD/MS Entra Id. Are there any documentation or reference for same?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,733 questions
asked 2024-05-13T13:22:39.1833333+00:00
Powar, Gunjan 0 Reputation points
edited the question 2024-05-13T13:25:31.1333333+00:00
MayankBargali-MSFT 68,986 Reputation points
1 answer One of the answers was accepted by the question author.

Graph API Outlook Webhooks

I am trying to build a security system to monitor user's incoming emails and determine if the contents contain anything malicious. Initially, I want to use an outlook add-in, but there does not seem to be a way to automatically run the add-in…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,733 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,536 questions
asked 2023-12-05T18:01:28.3+00:00
Kyle Webster 20 Reputation points
commented 2024-05-13T13:18:27.1+00:00
Arturs Klesuns 0 Reputation points
1 answer

Unable to rewrite question

The original question contains inappropriate and unrelated content and therefore cannot be rewritten in a way that adheres to safety and community guidelines. As a friendly reminder, questions must be clear, concise, specific, and directly related to…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,733 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,692 questions
asked 2024-05-13T13:14:28.2166667+00:00
yehffh 0 Reputation points
answered 2024-05-13T13:14:47.22+00:00
yehffh 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to Read mails in shared mailbox using Graph API

Does Microsoft Graph API provide any support to Read emails from a specific shared mail box? Is it possible to achieve this through Python Script.

Outlook
Outlook
A family of Microsoft email and calendar products.
3,051 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,733 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,220 questions
asked 2024-04-19T08:01:44.9633333+00:00
SYAMNA S T 60 Reputation points
edited the question 2024-05-13T09:37:50.1166667+00:00
ChristyZhang-MSFT 21,011 Reputation points Microsoft Vendor
3 answers One of the answers was accepted by the question author.

How to fix MailboxNotEnabledForRESTAPI

Dear Team, I'm developing an application that requires access to a mailbox enabled for the Outlook REST API. We need a developer preview account to test our app's functionality, especially for creating online meetings, booking the host and recipient's…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,163 questions
Outlook
Outlook
A family of Microsoft email and calendar products.
3,051 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,733 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,220 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,890 questions
asked 2024-04-18T10:21:56.6666667+00:00
asdfasfawfwfwf 40 Reputation points
edited the question 2024-05-13T09:36:32.7133333+00:00
Faery Fu-MSFT 17,111 Reputation points Microsoft Vendor