12,254 questions with Microsoft Graph-related tags

Sort by: Updated
0 answers

Suggest a powershell script to reset Windows with "Keep my Files" option using Microsoft Graph API

Hello Team, I want to reset around 5k Windows devices with " Keep my Files" option using powershell script which uses Microsoft Graph API for Authentication as my devices were managed by Intune and Entra ID. I used some of the scripts but that…

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,487 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,254 questions
asked 2024-11-04T15:19:33.66+00:00
Siya Kumari 511 Reputation points
edited the question 2024-11-06T17:20:49.9233333+00:00
Srinud 2,610 Reputation points Microsoft Vendor
1 answer

Microsoft Entra: Graph API v1.0 userRegistrationDetails Not Returning MFA Status for all Users.

When I queried the graph api v1.0 endpoint for userRegistrationDetails to obtain Mfa registration and isAdmin, I see a very small subset of users from my on permise environment (not mfa enabled nor admin). The dashboard also reports the same value seen…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,254 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,075 questions
asked 2024-11-06T15:23:43.1933333+00:00
Joe Mayer 0 Reputation points
answered 2024-11-06T17:11:35.04+00:00
Vasil Michev 107.7K Reputation points MVP
2 answers

Issues trying to delete chat messages in Teams in Graph

I am attempting to search and delete a message in Microsoft Teams, I have found a procedure document from Microsoft that shows how to do it via the Purview Portal and Graph Explorer here, a cumbersome process to say the least, I get to the step where it…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,297 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,254 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,335 questions
asked 2024-10-24T12:46:04.2133333+00:00
Stanley Nichols 0 Reputation points
commented 2024-11-06T16:58:35.37+00:00
Stanley Nichols 0 Reputation points
1 answer One of the answers was accepted by the question author.

How can you delete a Teams meeting transcript via the Graph API?

Hello, I'm looking for a way to delete transcripts for Teams meetings via the Graph API without deleting the parent meeting. In Graph Explorer, I've already tried sending a DELETE request on the fetch transcript URL…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,297 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,254 questions
asked 2024-11-01T14:40:31.8033333+00:00
Tim D 20 Reputation points
accepted 2024-11-06T14:51:58.5566667+00:00
Tim D 20 Reputation points
0 answers

How to move item specifying @microsoft.graph.conflictBehavior

Hello, I need to move items but need to set the @microsoft.graph.conflictBehavior to replace. What I'm currently trying to do in python but doesn't set the @microsoft.graph.conflictBehavior strategy: import requests import…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,254 questions
asked 2024-11-06T11:11:41.0733333+00:00
Eric Mugnier 0 Reputation points
edited the question 2024-11-06T11:15:13.5533333+00:00
Eric Mugnier 0 Reputation points
4 answers

Teams Extension composeExtensions request payload channelData.team.id not in GUID format

Hi Everyone, I am trying to use Graph API to download the message attachment in teams channel. But we found the channelData.team.id not in GUID format "team": { "id": "19:-Ml7DKbJkZVh9gO......cKEwmWw1@thread.tacv2" } that we…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,297 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,254 questions
asked 2024-11-05T04:25:19.8633333+00:00
David Chan 6 Reputation points
commented 2024-11-06T11:15:04.51+00:00
Hitesh Pachipulusu - MSFT 2,920 Reputation points Microsoft Vendor
1 answer

MS graph api to list the sensitivity labels returning the stale sensitivity labels

We are using the MS graph api to get the sensitivity label. API url: https://graph.microsoft.com/beta/me/security/informationProtection/sensitivityLabels Documentation:…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,254 questions
Microsoft Purview
Microsoft Purview
A Microsoft data governance service that helps manage and govern on-premises, multicloud, and software-as-a-service data. Previously known as Azure Purview.
1,221 questions
asked 2024-10-16T14:14:01.9866667+00:00
Vimal Dhaduk 20 Reputation points
commented 2024-11-06T11:04:49.9533333+00:00
Vimal Dhaduk 20 Reputation points
0 answers

Is there any REST Api available to ingest custom logs/events to Application insights

I was searching for a REST api which can help me insert logs and custom events into AppInsights by calling this REST api from anywhere i want. I did came across this document below https://learn.microsoft.com/en-us/rest/api/application-insights/ But it…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,315 questions
Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,172 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,254 questions
asked 2024-11-06T06:09:09.18+00:00
RohanM 0 Reputation points Microsoft Vendor
commented 2024-11-06T10:28:19.8133333+00:00
Deepanshukatara-6769 10,210 Reputation points
0 answers

Adding External Participants to Online Meetings via Graph API

How can external users be added as attendees to an online meeting using the Microsoft Graph API? Currently, using the PATCH API endpoint: PATCH https://graph.microsoft.com/v1.0/me/onlinemeetings/<MEETING_ID> While creating a Microsoft Teams online…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,297 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,254 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,335 questions
asked 2024-10-23T17:26:03.49+00:00
Vinayak Khairnar 0 Reputation points
commented 2024-11-06T10:11:42.31+00:00
Meghana-MSFT 3,891 Reputation points Microsoft Vendor
0 answers

Outlook Calendar: Unable to create an event for the shared calendar

I am experiencing an ErrorAccessDenied error when attempting to create events in shared calendars. This issue seems to be related to access permissions, as the error message I receive states: Previously, I was able to create events successfully in…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,992 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,254 questions
asked 2024-11-06T09:35:23.0433333+00:00
Test User 21 Reputation points
edited the question 2024-11-06T10:01:18.3966667+00:00
Test User 21 Reputation points
0 answers

Java Application MFA Authentication Failing with 502 Error After Certificate Update for graph.microsoft.com Alias

In September 2022, we referenced the following guide to enable MFA for our Java application: https://github.com/Azure-Samples/ms-identity-java-servlet-webapp-authentication.git At that time, we executed the following commands to obtain the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,254 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,075 questions
asked 2024-11-06T09:51:04.91+00:00
Li, Nan/李 楠 0 Reputation points
2 answers

How to fetch meeting ID from meeting link or given meeting ID from the calendar?

Ref link:https://learn.microsoft.com/en-us/microsoftteams/platform/graph-api/meeting-transcripts/fetch-id I am trying to get Meeting ID for to fetch transcript.So,i am trying in Graph Explorer using below URLs and i have tried via coding also. For 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,254 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,335 questions
asked 2024-11-01T05:20:20.8233333+00:00
Kripa 80 Reputation points
commented 2024-11-06T09:28:29.4733333+00:00
Meghana-MSFT 3,891 Reputation points Microsoft Vendor
1 answer

How can i get Meeting Transcript of any Meeting in my organization domain ?

Hello MSFT Team, I have researched a lot how to get transcript of any meeting scheduled in my organization or out of the organization of any MSFT Teams Meeting. How other third party application like Sana AI ,Meetingtor they can easily fetch any meeting…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,254 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,335 questions
asked 2024-11-05T15:27:04.34+00:00
Kripa 80 Reputation points
commented 2024-11-06T09:27:02.4733333+00:00
Meghana-MSFT 3,891 Reputation points Microsoft Vendor
1 answer

How can I get the invites that was send to a meeting room mailbox

Hi Team, I'd like to know how can I check the invites that were sent to a meetingroom mailbox, could you help on it?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,254 questions
asked 2024-11-04T13:35:49.41+00:00
Nascimento, Leandro 0 Reputation points
commented 2024-11-06T08:58:39.6266667+00:00
Yakun Huang-MSFT 6,415 Reputation points Microsoft Vendor
1 answer

Adding an anonymous user (External User) to teams group chat using API

Hi, I am looking to create a group chat with an external user's email and an internal user. Could anyone guide me on how this can be achieved? Should I create a member first with the type anonymousGuestConversationMember and then add it to the team's…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,254 questions
asked 2024-11-02T20:30:02.2633333+00:00
Mohammed Sarfaraz 0 Reputation points
commented 2024-11-06T08:57:54.6933333+00:00
Yakun Huang-MSFT 6,415 Reputation points Microsoft Vendor
0 answers

Sending Messages with Group Tags in MS Teams Channel - Missing Role `Teamwork.Migrate.All`

I am trying to send messages with group tags to a Microsoft Teams channel. So far, I have tested webhooks and adaptive cards, both of which allow me to send messages, but unfortunately, they do not support group tagging. I found that Microsoft Graph API…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,254 questions
asked 2024-11-05T22:08:47.88+00:00
Suparerk Angkawattanawit 0 Reputation points
edited the question 2024-11-06T08:48:27.4266667+00:00
Suparerk Angkawattanawit 0 Reputation points
0 answers

Teams channel message is not displayed in html format

We have an integration that send message to team channel using MS Graph API. Here is an example of the payload. url: https://graph.microsoft.com/v1.0/teams/{teamId}/channels/{channelId}/messages body payload: {     "body": {        …

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,297 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,254 questions
asked 2024-11-05T06:25:09.04+00:00
Anson Tsang 0 Reputation points
commented 2024-11-06T07:30:18.3133333+00:00
Anson Tsang 0 Reputation points
2 answers

Unlicensed OneDrive

Hi, Has anyone found a way to undentiy unlicensed OneDrive accounts via Graph. Looking at these changes https://learn.microsoft.com/en-us/sharepoint/unlicensed-onedrive-accounts It would be great to identify what is about to be deleted. Cheers Josh

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,254 questions
asked 2024-11-05T23:27:57.63+00:00
JH 0 Reputation points
answered 2024-11-06T07:22:48.34+00:00
Vasil Michev 107.7K Reputation points MVP
1 answer

403 Forbidden Error When Creating Virtual Event Registration with Microsoft Graph

Testing the "Create virtualEventRegistration" feature in Microsoft Graph using Postman results in a 403 Forbidden response when attempting to create a registration record. Are there specific requirements for the webinar to allow registration…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,297 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,254 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,335 questions
asked 2024-11-04T13:49:06.64+00:00
Bombardi BKM 45 Reputation points
commented 2024-11-06T06:40:57.35+00:00
Meghana-MSFT 3,891 Reputation points Microsoft Vendor
1 answer

How to access Junk folder settings using Graph API?

Hi, I'm trying to use Graph API to retrieve information regarding the Junk folder settings/configurations on Outlook, but I don't find any information in the documentation. I would like to get information regarding BlockSendersAndDomains,…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,254 questions
asked 2024-11-05T20:12:35.3666667+00:00
answered 2024-11-06T06:38:19.1533333+00:00
Hitesh Pachipulusu - MSFT 2,920 Reputation points Microsoft Vendor