MS Graph API - Shifts Unpaid Breaks
When you create a Shift via Microsoft Teams, there is a field for an Unpaid Break in minutes. When this shift is retrieved via Microsoft Graph API, the Unpaid Break field is nowhere to be found. { "@odata.etag":…
graph api list items - deletion permanently
Hi, When using this endpoint DELETE /sites/{site-id}/lists/{list-id}/items/{item-id} , documentation is here: https://learn.microsoft.com/en-us/graph/api/listitem-delete?view=graph-rest-1.0&tabs=http I discover that the deleted items are in the…
GET /sites/{site-id}/drive/root:/{item-path} stopped working
I am using a an API call to find a file in one of our SharePoint sites, I made a flow that was running fine until Monday of this week. The API returns the "itemNotFound" error. I have no idea what's wrong, if I call the search function the file…
Challenges in Retrieving MFA Data for Azure B2C Users Across User Flows and Microsoft Graph API
Hello, I am utilizing Azure B2C for an application that enables users to set up multi-factor authentication (MFA) through two methods: signing up via user flows and using the Microsoft Graph API. When I create MFA using the Graph API, I can successfully…
Graph API does not work in console app but works in UI app.
Hi, I am created an app using Graph API. I need to run the app as a Windows Form UI app and as a console app. I am using client credential flow. After setting up all required app permissions, my Windows Form UI app works fine. I can retrieve various…
Email aliases: How to differentiate between an internal alias and an external one?
So an Outlook account allows for aliases. It allows for both internal aliases that don't exist outside of the account and simply route straight to the same inbox and for external email accounts to be used as login usernames and to send as. The thing is…
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…
/me endpoint returns 401 UnknownError for specific Microsoft Account (@outlook.com) while other Graph endpoints work
When calling the Microsoft Graph API endpoint https://graph.microsoft.com/v1.0/me with a valid OAuth token, I'm receiving a 401 UnknownError for a specific @outlook.com account. However: The same token successfully works for other Graph endpoints like…
How to fix 403 forbidden error when application add guest user into Microsoft Team?
Hi, We are using Azure Function PowerShell to host application. Our application uses Managed Identity to authenticate with Microsoft Teams. We already assign Application permission based on this…
How to get Chat ID from Teams Chat UI?
The reference link Here, I have tried to use one to one chat and extracted manually from Teams Chat UI. By clicking on any chat and navigate to three dots and copying the link and from link i m extracting kind of this : **(Single chat with others)Chat…
How Application permission works without signed-in user?
According to the MSFT Documentation: Application: The app accesses data without the presence of a signed-in user. Delegated: The app only accesses data in the context of a signed-in user's sessions. It doesn't allow access in the absence of a…
Graph API: Adding app to Microsoft Teams chat returns 403 Forbidden
I have an app fully configured and working. I use Graph API to perform different actions from behalf this app. One of my use-cases is using Graph API to add app to chat as described in this docs. This request worked good yesterday (with 201 Created…
Editing appointments in Bookings
In the new Bookings version, how can you edit the customer information after an appointment has been made? In the previous version, you can just click on the appointment, then edit, and you would be able to change the name or correct a phone number. With…
Microsoft XDR (Defender) - How to export - Advanced Hunting - Custom Detection Rules
Hello everyone, Our team is trying to export the Custom Detection Rules. We have more than 50 rules, so we need an automated process that allows us to export and import the rules. Currently, we see that the API function that allows this is still in beta:…
Can not update Social Identity Provider and Apple Identity Provider using its related Graph APIs
Dear Microsoft Teams, I am currently endeavoring to follow the guide available at this link to utilize the Graph APIs for updating several Social Identity Providers and an Apple Identity Provider configured in my B2C tenant. While I am able to retrieve…
How to get a "link to this slide" for any slide of a PowerPoint presentation through Microsoft Graph API ?
Context In PowerPoint (Office 365), you can generate a shareable "link to this slide" for any specific slide of a presentation. When pasted in a new browser tab for example, this links re-opens the presentation at the exact same slide. If…
I want to know about the relationship between "Azure AD Graph Retirement" and the Azure app set as the ID provider of AppService
I would like to know if the "Important Update: Azure AD Graph Retirement" posted on the following site will affect my…
How to use Microsoft Graph API to enable accessing a specific Planner
We use an app to create buckets in certain planners via the Microsoft Graph API. The app was registered in Entra and assigned the API permission ‘Tasks.ReadWrite.All’. This gives the app Tennant-wide access to the planners. Can this access be limited to…
How to get the application based Microsoft Intune autopatch feature logs through API ?
Basically I need to generate the reports based upon the intune autopatch update data though API to check whether in which devices upates are pending and in which devices updates are done, further details about the application, date, user and etc.
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…