/sites/delta requests return 500 Internal server error.
Requests to https://graph.microsoft.com/v1.0/sites/delta endpoint return error: { "error": { "code": "generalException", "message": "The request URI is not valid. The segment…
chat subscription/notification not working
Describe the bug I followed this document https://learn.microsoft.com/en-us/graph/teams-changenotifications-chatmessage#subscribe-to-changes-at-the-user-level and created a subscription with '/users/{user-id}/chats/getAllMessages' as resource. The…
I have a Migrate Service Principals from the retiring Azure AD Graph APIs to Microsoft Graph issue, but do not know how to identify source from ID field
In my Azure > Overview > Recommendations. I have the high incident of Azure AD Graph API to Microsoft Graph. I cannot find the source of the issue, but it does show me the ID number. So how can I find what the source of the issue is from the ID…
How to fix issue for Outlook calendar Sync with PHP?
When using Microsoft Graph Explorer, and making request, it’s returning the events data correctly. But when in code we generate access token, it’s not able to make request and there is some permission issue, So, the access token we are generating…
How to read Machine/Device Dynamic Tags from Graph Security API
I have spent a bit of time creating dynamic tagging rules in Defender, in hopes of using those tags to facilitate reporting and am running into an issue plus an inconsistency. First, the inconsistency: In Defender endpoints are referred to as Devices,…
Chat Creation (chat.manage.chat) Permissions Issue with Power Automate
My team is working on a flow to create a chat for approximately 181 people as part of an incident management process, integrating with an API from a CRM system. While building the flow, Power Automate indicates that the chat.manage.chat permissions need…
How to send proactive message to users if conversation id not have
I’m currently building a Teams application that includes both a bot and a tab. I want the bot to proactively send messages to users. While I know that adapter.sendActivity can be used to send messages, it only works for users within the current context.…
Sensitivity label graph api
Hello here hoping to find a solution to the problem below. I am using sensitivity label Graph Api [POST /drives/{drive-id}/items/{item-id}/assignSensitivityLabel] to change sensitivity label from power apps we are sending the request successfully and 90…
Why API extract from user folder doesnt show sent items. but they have sent items in their mailbox
Hi, I am extracting folders for each user from API extract. I cannot see some user's sent items folder. They have this folder available in their outlook but somehow , it doesnt appear in extract . Why ? I can see inbox , archive , deleted items but sent…
Using $filter on the names and worksheets endpoints for Excel
I am trying to filter results returned from the names and worksheets endpoints, but my filter is not working, I get all results from both. .../workbook/names?$filter=name eq 'Name1' - response includes all names .../workbook/worksheets?$filter=name eq…
Using $filter on the names and worksheets endpoints for Excel
It seems that the $filter query parameter is not working on the names and worksheets endpoints: .../workbook/worksheets?$filter=name eq 'Sheet1' returns all sheets .../workbook/names?$filter=name eq 'Name1' returns all names on the workbook Is this…
In my outlook account, I can't find the created channel and teams in the migration state.
Hello, Everyone. I created a team and channel in the migration state using microsoft graph api. then I sent message in the channel using microsoft graph api. Refer:…
Encountering forbidden error when testing endpoint with token
In continuation with my earlier question titled "Issue Moving File via Microsoft Graph API with Make (Integromat)" I’ve double-checked that my app ID, client ID, secret, and all related credentials are correct, and I generated a new token to…
Sample request body for createLink api scope USER
I've reviewed the documentation for the createLink API and noticed that it has a USER scope. However, I couldn't find any information about the request body. Can anyone provide an example of the request body? I have tried using this API with the example…
assign comment or suggestive changes role to a user in sharing a word doc to a user
https://learn.microsoft.com/en-us/graph/api/driveitem-invite?view=graph-rest-1.0&tabs=http in documentation there are only 2 roles listed in read and write i want to share a word document using this api in comment/suggestive-mode role (like if i am…
How to view the list of all enterprise applications with the owner, user and date created in azure?
Please asking for your help on this on how to generate a report with all the list of enterprise application in Microsoft Entra with the owner, user and date created?, Anyone who can share on this solutions. Thank you
How to Resolve Plain Text Conversion for Non-Custom Domains When Sending HTML Newsletters via Microsoft 365 with Graph API?
We are managing a Microsoft 365 email account under an organization, used primarily for sending newsletters. The emails are sent by a web application that integrates the Microsoft Graph API with application-level permissions. The Content-Type is…
OneDrive and SharePoint Authorization Issue
Hi Support Team, Tried logging into our MS Entra ID as a global admin, then find the calling app and grant admin consent for the Files.ReadWrite.All,offline_access permissions. I have successfully setup OAuth in my Application and Authorization is…
Unable to Post a Message to Teams Channel with Graph API Client + C#
Hi, We are trying to post a message to teams channel, with Channel.SendMessage delegated permissions. And here is the code snippet. var options = new OnBehalfOfCredentialOptions { AuthorityHost = AzureAuthorityHosts.AzurePublicCloud, ``` }; var…
Recipient does not Receive Emails Successfully Sent via Graph API sendMail. Why not?
My windows daemon successfully sends emails via the graph API (code below). However, xxx.williams@outlook.com does not receive them. Why not? I, xxx.williams@outlook.com, have an active MS 365 Apps for Business license and am the admin. sendMail has…