12,366 questions with Microsoft Graph-related tags

Sort by: Updated
1 answer

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.…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,366 questions
asked 2024-11-21T08:35:33.6+00:00
Lim Zi Lin 0 Reputation points
answered 2024-11-21T09:26:23.76+00:00
Yakun Huang-MSFT 6,965 Reputation points Microsoft Vendor
1 answer

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":…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,366 questions
asked 2024-11-20T14:22:46.3566667+00:00
Ralph 0 Reputation points
answered 2024-11-21T08:45:37.9466667+00:00
Hitesh Pachipulusu - MSFT 3,235 Reputation points Microsoft Vendor
1 answer

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!

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,366 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,896 questions
asked 2024-11-20T16:47:14.3133333+00:00
Sidi_244 0 Reputation points
answered 2024-11-21T08:36:24.94+00:00
CarlZhao-MSFT 42,766 Reputation points
2 answers

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 Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,366 questions
asked 2024-11-20T09:45:06.35+00:00
Ruben 0 Reputation points
commented 2024-11-21T08:34:46.67+00:00
Hitesh Pachipulusu - MSFT 3,235 Reputation points Microsoft Vendor
0 answers

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:…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,366 questions
Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
2,937 questions
Windows Server Security
Windows Server Security
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
1,856 questions
Microsoft Defender for Cloud
Microsoft Defender for Cloud
An Azure service that provides threat protection for workloads running in Azure, on-premises, and in other clouds. Previously known as Azure Security Center and Azure Defender.
1,422 questions
Microsoft Defender for Endpoint Training
Microsoft Defender for Endpoint Training
Microsoft Defender for Endpoint: A Microsoft unified security platform for preventative protection, postbreach detection, and automated investigation and response. Previously known as Microsoft Defender Advanced Threat Protection.Training: Instruction to develop new skills.
50 questions
asked 2024-11-07T15:08:58.0766667+00:00
viri4to 10 Reputation points
commented 2024-11-21T08:22:08.14+00:00
Gautam 0 Reputation points Microsoft Employee
1 answer

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…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
852 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,384 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,366 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,369 questions
asked 2024-11-20T17:32:57.8166667+00:00
dan.schtechel 0 Reputation points
answered 2024-11-21T08:15:00.3833333+00:00
Sayali-MSFT 2,906 Reputation points Microsoft Vendor
0 answers

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…

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
7,235 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,366 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,369 questions
Microsoft Entra
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,257 questions
asked 2024-11-21T08:12:55.41+00:00
Venkatesh Naik 20 Reputation points
1 answer

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…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,366 questions
asked 2024-11-20T22:59:47.26+00:00
Chris 0 Reputation points
answered 2024-11-21T08:00:20.91+00:00
Vasil Michev 108.6K Reputation points MVP
1 answer

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…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,366 questions
asked 2024-11-21T07:22:05.6733333+00:00
Vivek Buddhadev 46 Reputation points
commented 2024-11-21T07:49:03.3066667+00:00
Vivek Buddhadev 46 Reputation points
1 answer One of the answers was accepted by the question author.

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…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,384 questions
Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
913 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,366 questions
asked 2024-11-20T03:43:23.6466667+00:00
Nguyen Uy Dinh 20 Reputation points
accepted 2024-11-21T07:48:49.0133333+00:00
Nguyen Uy Dinh 20 Reputation points
1 answer

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…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,366 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,896 questions
asked 2024-11-19T07:20:46.7566667+00:00
Sidi_244 0 Reputation points
commented 2024-11-21T07:28:43.06+00:00
Sidi_244 0 Reputation points
1 answer

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…

Outlook
Outlook
A family of Microsoft email and calendar products.
4,078 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,366 questions
asked 2024-11-14T10:20:20.9266667+00:00
Test User 31 Reputation points
commented 2024-11-21T07:11:30.59+00:00
Yakun Huang-MSFT 6,965 Reputation points Microsoft Vendor
1 answer

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
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,366 questions
asked 2024-11-13T22:46:36.1866667+00:00
Michael Wilcox 26 Reputation points
commented 2024-11-21T07:10:58.0966667+00:00
Yakun Huang-MSFT 6,965 Reputation points Microsoft Vendor
1 answer

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…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,366 questions
asked 2024-11-13T12:36:03.18+00:00
Rohit Mallya 0 Reputation points
commented 2024-11-21T07:10:10.8066667+00:00
Yakun Huang-MSFT 6,965 Reputation points Microsoft Vendor
1 answer

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…

Outlook
Outlook
A family of Microsoft email and calendar products.
4,078 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,366 questions
asked 2024-11-08T19:08:29.03+00:00
Some Guy 0 Reputation points
commented 2024-11-21T07:08:37.6733333+00:00
Yakun Huang-MSFT 6,965 Reputation points Microsoft Vendor
2 answers

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

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,366 questions
asked 2024-11-05T23:27:57.63+00:00
JH 0 Reputation points
commented 2024-11-21T07:07:27.5233333+00:00
Yakun Huang-MSFT 6,965 Reputation points Microsoft Vendor
1 answer

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…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,366 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,369 questions
asked 2024-11-05T15:27:04.34+00:00
Kripa 120 Reputation points
commented 2024-11-21T07:07:06.3133333+00:00
Yakun Huang-MSFT 6,965 Reputation points Microsoft Vendor
1 answer

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…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,366 questions
asked 2024-11-05T05:24:24.2433333+00:00
Rono, Jacob 21 Reputation points
commented 2024-11-21T07:06:39.86+00:00
Yakun Huang-MSFT 6,965 Reputation points Microsoft Vendor
1 answer

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…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,366 questions
asked 2024-11-04T16:23:47.6433333+00:00
Tobias Weber 6 Reputation points
commented 2024-11-21T07:06:26.5533333+00:00
Yakun Huang-MSFT 6,965 Reputation points Microsoft Vendor
1 answer

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…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,366 questions
asked 2024-11-02T20:30:02.2633333+00:00
Mohammed Sarfaraz 0 Reputation points
commented 2024-11-21T07:05:54.6866667+00:00
Yakun Huang-MSFT 6,965 Reputation points Microsoft Vendor