11,386 questions with Microsoft Graph-related tags

Sort by: Updated
2 answers

When calling MS Graph via API - trying to add new secret to SPN in Entra, getting "message": "Property passwordCredentials is invalid.", via logic app

Hey, I'm trying to call MS Graph using logic app in Azure to add secret to SPN. the call is POST /servicePrincipals(appId='{appId}')/addPassword via that link -…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,982 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,364 questions
asked 2024-07-17T17:24:39.8033333+00:00
Eldi 0 Reputation points
answered 2024-07-18T05:18:11.0266667+00:00
Eldi 0 Reputation points
1 answer

Azue runbook - Exchange PowerShell

We are trying to automate mail flow reporting via Azure runbooks using an app registration (service principal) to authenticate. The runbook will query Exhchange Online powershell modules for mailflow data. The only Entra permissions that seem to allow…

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,364 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,188 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,300 questions
asked 2024-07-12T14:18:19.4366667+00:00
Daniel Birrell 41 Reputation points
commented 2024-07-18T05:02:52.9433333+00:00
Noah Ma-MSFT 2,340 Reputation points Microsoft Vendor
0 answers

MS GRAPH API SUBSCRIBER CREATED BUT NOT SENDING NOTIFICATIONS for all emails

MS GRAPH API SUBSCRIBER CREATED BUT NOT SENDING NOTIFICATIONS for all emails out of 100 emails 90% of emails are processing and not getting notification for 10 emails. Please advice if any one has any thoughts

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,364 questions
asked 2024-07-18T03:45:52.5766667+00:00
Satyanarayana Mylavarapu 0 Reputation points
edited the question 2024-07-18T03:48:07.26+00:00
Satyanarayana Mylavarapu 0 Reputation points
1 answer

Whats the difference between IMAP.AccessAsUser.All of Graph API permissions and Office 365 Exchange online IMAP.AccessAsApp

I want to implement a way to the manage the mails in a mail box using client credentials flow. I want to retrieve the emails and manage them. Now there are two kind of permissions that I see, MAP.AccessAsUser.All of Graph API and IMAP.AccessAsApp and…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,364 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,370 questions
asked 2024-07-17T06:42:53.52+00:00
Sujith Dhanpal 0 Reputation points
commented 2024-07-18T02:20:02.13+00:00
Yakun Huang-MSFT 2,335 Reputation points Microsoft Vendor
1 answer

I'm using microsoft graph api to read emails from outlook, the api is working fine when reading emails from certain accoounts but isn't reading emails from the accounts in other domain(gmail)

i'm using msal to generate authentication token for the application and the following: authotity: 'https://login.microsoftonline.com/{tenant_id}' endpoint: https://graph.microsoft.com/v1.0/users/{user_id}/messages params = { '$filter':…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,401 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,364 questions
asked 2024-07-17T21:56:33.3166667+00:00
SANTOSH PANDEY 0 Reputation points
answered 2024-07-18T02:15:03.12+00:00
Yakun Huang-MSFT 2,335 Reputation points Microsoft Vendor
0 answers

Cosmos database_RID metrics for API (Microsoft.DocumentDB)

I’m trying to obtain data from a specific cosmosDB database, in this case I use the Total Requests metric as an example.  With the help of the URL…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,364 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,533 questions
asked 2024-07-18T00:47:57.7066667+00:00
Nadia Mendez 0 Reputation points
2 answers

How can I send a message to microsoft teams channel with powershell, without using a webook?

Webhooks do not seem to work with our teams instance no matter what permissions we try: Therefore, I am wanting to do this via powershell. I have created an app registration in the azure tenant, and given it the following permissions: This is my current…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,577 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,364 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,047 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,300 questions
asked 2023-07-03T23:00:20.8733333+00:00
Aaron Dalla-Longa 0 Reputation points
commented 2024-07-17T21:34:10.45+00:00
Yousef Imran 0 Reputation points
2 answers

Exception of type 'Microsoft.Fast.Profile.Core.Exception.ProfileBadRequestException' was thrown

We've had a flow running in production for about a month now that updates associate images using the Graph. This week we are seeing issues where the Base64 image is throwing an error. Permissions haven't changed. We tried going directly through Graph…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,364 questions
asked 2024-05-07T12:34:10.21+00:00
Matt Perry 60 Reputation points
edited an answer 2024-07-17T19:24:48.94+00:00
Phinehas Bynum 5 Reputation points
1 answer One of the answers was accepted by the question author.

Multiple users in a single graph call

Hello. In my application, I received a list of users in my organization, and when I parse through the list in my code, I loop through each user and call the graph api calendarView to receive their events(in a 3 month range) and place it onto a third…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,364 questions
asked 2024-07-16T21:02:50.5233333+00:00
Christopher R 20 Reputation points
accepted 2024-07-17T14:05:21.2466667+00:00
Christopher R 20 Reputation points
2 answers One of the answers was accepted by the question author.

Trigger Webhook when an email is received

I am wondering if I can trigger a webhook whenever an email is received to a shared mailbox. I see there is webhooks which send a change notification whenever an email is received so I think it is possible but I am not figuring out where 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,364 questions
asked 2023-09-20T13:45:18.25+00:00
Parker Wilson 30 Reputation points
answered 2024-07-17T13:09:53.1766667+00:00
Oleksii Yatsenko 0 Reputation points
1 answer

Teams bot need to join all meeting.

I have created a teams chat bot using azur bot service. I wanted a functionality like if I join any meeting then Bot also need to join that meeting automatically and record a meeting.

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
796 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,364 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,047 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,349 questions
asked 2024-07-14T12:50:56.0233333+00:00
Sagar Bala Saheb 0 Reputation points
edited the question 2024-07-17T12:47:02.01+00:00
Givary-MSFT 30,596 Reputation points Microsoft Employee
1 answer

Microsoft Graph API - How to fetch delta for drives using timestamp in Java?

When trying to fetch delta items using the "drives/{drive-id}/delta?token=timestamp" API in Java, the token query parameter is not available in requestConfiguration object. This API is working in graph explorer, but not supported in Java…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,364 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
958 questions
asked 2024-07-10T06:58:53.0633333+00:00
Sagar Gole 0 Reputation points
answered 2024-07-17T09:59:54.84+00:00
Carolyne-3676 201 Reputation points
1 answer

How to access Participant details in teams online meeting ? getting error = Application is not registered in our store

I would like to access the mediaStream property of the participants in online meeting in teams as mentioned in the doc here. https://learn.microsoft.com/en-us/graph/api/resources/mediastream?view=graph-rest-1.0 How to get the call ID? Is there…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,364 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
937 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,047 questions
asked 2024-07-16T17:00:34.09+00:00
Hashaam Hasaan 0 Reputation points
edited an answer 2024-07-17T09:45:04.62+00:00
CarlZhao-MSFT 39,906 Reputation points
2 answers

Delete sharepoint site via graph API

Hello, I am not delete sharepoint site using graph api, but it's not giving me 200 as a status code. it's giving 404- file not found, when I hit the delete API endpoint. _api/SPSiteManager/delete I am using the above endpoint. Please, help me in this…

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
4,322 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,364 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,248 questions
asked 2023-03-27T05:34:02.26+00:00
Pankaj Mandrawal 0 Reputation points
answered 2024-07-17T09:40:29.02+00:00
Tarhan, Kubilay 0 Reputation points
1 answer One of the answers was accepted by the question author.

Python code using MSAL is failing to recognise my free Outlook email account

I'm using Python code with MSAL to read emails from my free Outlook account. I have set up Apps in Azure and correctly added permissions and granted admin access, etc. When I use the App that has delegated permissions using app.acquire_token_for_client…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,401 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,364 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,514 questions
asked 2024-07-11T08:09:57.2333333+00:00
Grant Rule 20 Reputation points
edited the question 2024-07-17T07:25:57.8+00:00
Givary-MSFT 30,596 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Unable to delete contactFolder (getting ErrorCannotDeleteObject)

Hello, I'm trying to do a simple delete operation on the user contact folders. It was working fine until last sunday (05/05/2024). Since then, I keep getting the following error: { ... statusCode: 403, body:…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,364 questions
asked 2024-05-10T14:46:15.5966667+00:00
Baptiste Martinet 35 Reputation points
answered 2024-07-17T06:55:35.9166667+00:00
Baptiste Martinet 35 Reputation points
0 answers

How to identify for undelivered mail in java code for graph based api?

For identifying undelivered mail, we are checking for "report-type=delivery-status" OR "X-MS-Exchange-Message-Is-Ndr" is present or not in mail headers content. But this is not present in our undelivered mail headers

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,364 questions
asked 2024-07-05T06:35:09.5166667+00:00
Shrawane, PratikDeepak 0 Reputation points
commented 2024-07-17T06:29:48.8433333+00:00
Shrawane, PratikDeepak 0 Reputation points
1 answer

Get event response message

Is there an API that can provide the response message for an event attendee's status? We are currently using the events API to read event responses, but it does not include the response message. We want to be able to read the message along with the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,364 questions
asked 2024-07-16T05:17:13.0966667+00:00
Anshul Agrawal 0 Reputation points
commented 2024-07-17T05:44:55.7433333+00:00
Yakun Huang-MSFT 2,335 Reputation points Microsoft Vendor
1 answer

Filtering/query for lastDateModified in SharePoint using GraphAPI

Hello, I am working on an application for getting documents from SharePoint using GraphAPI. Given a root folder from SharePoint, I want to list all documents that where modified since a arbitrary date. I try using something like this…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,364 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,248 questions
asked 2024-07-16T12:41:39.1933333+00:00
Andrei Nagy 0 Reputation points
commented 2024-07-17T05:37:42.9233333+00:00
Andrei Nagy 0 Reputation points
1 answer

Inquiry on Retrieving Organization-Wide Calendar Data Using Microsoft Graph API

I am currently working on a project that requires accessing calendar data for an entire organization for the past few months. Our objective is to collect this data without needing to connect to each user's calendar individually. I am aware that this…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,364 questions
asked 2024-07-16T07:26:15.39+00:00
Nithinjith Pushpakaran 0 Reputation points
commented 2024-07-17T05:34:10.2966667+00:00
Yakun Huang-MSFT 2,335 Reputation points Microsoft Vendor