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…
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…
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
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…
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…
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,…
Incorrect mail assigned to new user invited via Microsoft tenant
Assumption: User having an email xyz@yahoo.com is not a Microsoft account and is not a part of @abcdev.com Microsoft tenant. Steps to reproduce the issue: Let's say the tenant is @abcdev.com and it invites a user xyz@yahoo.com. xyz@yahoo.com clicks on…
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…
Entra exporter after the backup shows completed, nothing is in the backup folder.
I am attempting to run a script on one of our internal servers to back up our Entra tenant config using Entra exporter. I customized the solution to use MSAL and an app registration to authenticate to our tenant. I am using the Connect-MgGraph option for…
Getting IP address from intune
Hi, Regarding getting the IP address of devices on Intune via Grpah API, as it is currently in beta mode, and even then, does not return anything.
Grant admin consent to user_impersonation for azure service management
Getting above error.can anybody suggest correct resource id for azure service management
How does host retrieve the data edited by the user in the adaptive card (Teams Chat)?
Hi all, We use MS graph rest API to send an adaptive card containing input texture in teams 1-1 chat to allow the user to fill in information. How can the sender obtain the data filled in by the user in the adaptive card through the rest API? …
How to Resolve Internal Server Error 500 When Deleting a Range in Microsoft Graph API?
I am encountering a 500 Internal Server Error while trying to delete a range using the following guide: Microsoft Graph API - Range Delete. This API has been functioning correctly for a year, but the issue has arisen today. For reference, here is the…
$count=true not working as expected on /sites
What When calling https://graph.microsoft.com/v1.0/sites?$count=true with the header ConsistencyLevel: eventual, the @odata.count always equals $top or the amount of sites returned instead of the total amount of sites. This behavior does not match the…
204 status from Custom Connector, no changes made
Hello, I created a custom connector to update the "employeeLeaveDateTime" user attribute in Entra. The request succeeds and returns a 204 status code but when I check the changes in MS Graph nothing has changed. Does anyone know why? Should I…
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…