Problem when sending out the invitation
I'm facing an issue where the invitation isn't being sent to the recipient, even though the API request runs successfully. I followed the tutorial in the link below, but the response I received is slightly different.…
How to create a rich text column that allows images, tables and links
The documentation contains this info for creating a text column { "allowMultipleLines": true, "appendChangesToExistingText": false, "linesForEditing": 6, "maxLength": 300, "textType":…
How Can I Share a Folder with external users using the Go GraphAPI SDK
I need to share folders on SharePoint using the Go SDK. How could I achieve this, as the users should also include externals / guests only referenced by Email addresses. Thanks!
Error "The caller must be one of the members specified in request body" when creating one-on-one chat
I'm encountering an issue while attempting to create a one-on-one chat in Microsoft Teams using the Microsoft Graph API. Here's the error response I'm receiving: "code": "BadRequest", "message": "The caller must be one…
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:…
Trying to install a custom teams app returns 403 response
I created a Teams app, uploaded it to the organizations catalog, added it to the org global policy and am now trying to install it for a user using a POST to https://graph.microsoft.com/v1.0/users/{userId}/teamwork/installedApps/ the response i'm…
what is the actual regex pattern used in validation of Identifier (Entity ID) field in Basic SAML Configuration section in Microsoft azure ?
requirement : I have to write a code for validation of Entity ID through regex. problem : Cant able to identify how the textbox validation is handled because the textbox excepts "a" and also it accepts "//hello/world?" but not this…
Unverified email domains and authenticationBehaviors for Oauth
I was looking at https://learn.microsoft.com/en-us/graph/applications-authenticationbehaviors?tabs=http. That article discusses a potential security problem involving unverified emails. How do we check if an email claim from an Oauth authentication…
Support to Suppress Webhook Notifications During File Upload in ChunkedUploadRequest
I've used Microsoft-Graph version 2.3.2 in my Java application. When using the Microsoft Graph API to upload files to SharePoint using the ChunkedUploadRequest class, webhook notifications are triggered for the same file upload, as SharePoint treats it…
How to exchange Teams token to Azure communication service dont need admin consent request api Teams.ManageCalls and Teams.ManageChats?
I have create app using communication service to join the call like MSTeams. I try to implement login feature, using microsoft account (Teams account). As i know, after login and get access token from Microsoft, i need to exchange to Azure…
undefined: graphdrives.NewInvitePostRequestBody (Graph SDK Golang)
Hi There I am trying to invite people to SharePoint Folders by using the example here (Golang): https://learn.microsoft.com/en-us/graph/api/driveitem-invite?view=graph-rest-1.0&tabs=go However, NewInvitePostRequestBody seems to be inexisting. I also…
Contact Deletion API Ignores Validation of Specified Contact Folder ID
We have observed an issue with the Microsoft Graph API for deleting contacts from specific contact folders. The API appears to validate only the contactId during deletion without ensuring that the contact exists within the provided folderId. Details of…
How can I use python to send a message to a team's user ?
How can I use python to send a message to a team's user ? The python code says [email protected] is missing yet it it is the json ? Here is the Error 400 {'error': {'code': 'BadRequest', 'message': "'[email protected]' field is missing in the…
Microsoft Graph API throwing error Related to MFA
I am getting the below error when trying to get refresh token using Microsoft Graph API: AADSTS50076: Due to a configuration change made by your administrator, or because you moved to a new location, you must use multi-factor authentication to access API…
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…
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…
GRAPH API : calendarView/delta works on group calendar as well, but it is not documented
Hi team, As per Microsoft document https://learn.microsoft.com/en-us/graph/api/event-delta?view=graph-rest-1.0&tabs=http event delta API , they have not mentioned if it is supported to group calendar as well. however when we tested it is…
MediaWiki Microsoft Graph connector // documentation vs. interface mismatch
There seems to be a mismatch between the documentation and the admin center for the MediaWiki Microsoft Graph connector. The documentation at https://learn.microsoft.com/en-us/microsoftsearch/mediawiki-connector lists different authentication type…
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…