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…
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…
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…
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…
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…
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…
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:…
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…
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…
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…
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…
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…
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…
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?
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…
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…
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": { …
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
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…
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,…