12,439 questions with Microsoft Graph-related tags

Sort by: Updated
0 answers

M365 Custom Graph Connector - missing fields

Hi, I have successfully created and configured a custom graph connector in M365 admin portal (Home > Search & intelligence > Data sources). My connector provides numerous properties that can be used. However it looks like quite a few fields…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,439 questions
asked 2024-11-29T16:44:39.3966667+00:00
Ron 0 Reputation points
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,439 questions
asked 2024-11-21T08:35:33.6+00:00
Lim Zi Lin 0 Reputation points
commented 2024-11-29T16:21:39.54+00:00
Kumaran Alagesan 0 Reputation points
1 answer

Microsoft Graph API - Send email with OAuth

Hello, We have an web app in which user's can authorize their own outlook account, either a basic outlook account or a Microsoft 365 Business account, to allow the app to send emails on their behalf. We have already set up the azure verified app to do…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,439 questions
asked 2024-11-28T18:24:03.9133333+00:00
NSoftware 0 Reputation points
commented 2024-11-29T15:57:10.1366667+00:00
NSoftware 0 Reputation points
0 answers

Access token generation problem

we are trying to integrate one drive in our salesforce platform so that we have purchased trail pack for development purpose and registeres app in the zure portal to get the client id and secret and also having the subscription id using these credentials…

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,305 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,439 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
1,177 questions
OneDrive Management
OneDrive Management
OneDrive: A Microsoft file hosting and synchronization service.Management: The act or process of organizing, handling, directing or controlling something.
1,289 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,386 questions
asked 2024-11-29T09:30:24.31+00:00
Ashok U 0 Reputation points
edited the question 2024-11-29T15:26:24.59+00:00
VarunTha 9,505 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

How to add an item in a sharepoint list, for a choice.

Hi, I am trying using c# to create an item in a sharepoint list. I try directly in the graph explorer, and i can create a sharepoint list item directly in it if the field is basic ( text or number). But when it comes to a choice column i failed. I keep…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,439 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,084 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
3,095 questions
asked 2024-11-28T19:16:38.8566667+00:00
Jean-Sébastien Dufour 0 Reputation points
accepted 2024-11-29T13:21:05.5333333+00:00
Jean-Sébastien Dufour 0 Reputation points
1 answer

Use the ID in a SharePoint Link to download the file with MS Graph Request

Hello, I have a sharepoint link to a file like below, and I would like to download the file, using MS GRAPH request…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,439 questions
asked 2024-11-29T10:58:12.0166667+00:00
Thierry S 0 Reputation points
answered 2024-11-29T13:04:01.4533333+00:00
Hitesh Pachipulusu - MSFT 3,390 Reputation points Microsoft Vendor
1 answer

Sending Messages to Teams Channels via Bot Without adding into Team in Microsoft Teams

Is it possible to send messages to specific channels in Microsoft Teams from a bot without adding the bot to each team? The use case involves allowing users to select channels they are part of, and then, upon clicking send, the bot would deliver an…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,418 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,439 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,387 questions
asked 2024-11-28T16:16:53.8433333+00:00
Manav 0 Reputation points
commented 2024-11-29T12:49:15.8466667+00:00
Prasad-MSFT 7,306 Reputation points Microsoft Vendor
0 answers

somebody hacked my Microsoft

somebody accessed and changed my email and phone number on my Microsoft

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,439 questions
asked 2024-11-29T12:34:21.6033333+00:00
Stop hacking me. Stop hacking me 0 Reputation points
2 answers One of the answers was accepted by the question author.

I've the activity log claims for an event. but how do i get more data on the appid. i tried everything like serviceprincipals,applications. literally everything. Anyone knows how to get more details for the appid. i redacted some information

"claims": { "aud": "https://management.core.windows.net/", "iss": "https://sts.windows.net/", "iat": "1732283494", "nbf": "1732283494", …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,439 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,386 questions
asked 2024-11-27T10:38:16.4833333+00:00
Yaswanth Reddy 40 Reputation points
accepted 2024-11-29T10:26:34.61+00:00
Yaswanth Reddy 40 Reputation points
0 answers

How to get a refreshtoken while working with Microsoft graph with openidconnect authentication scheme

I tried to get refresh token , I got a Invalid grant error builder.Services .AddAuthentication(OpenIdConnectDefaults.AuthenticationScheme) .AddMicrosoftIdentityWebApp(options => { builder.Configuration.Bind("AzureAd",…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,657 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,439 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,386 questions
asked 2024-11-27T09:59:25.1766667+00:00
Ariyanayagan T 0 Reputation points
commented 2024-11-29T10:21:01.8033333+00:00
Marti Peig 75 Reputation points Microsoft Employee
1 answer

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…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,439 questions
asked 2024-11-05T22:08:47.88+00:00
Suparerk Angkawattanawit 0 Reputation points
commented 2024-11-29T09:41:11.36+00:00
CarlZhao-MSFT 43,011 Reputation points
1 answer

Grant admin consent to user_impersonation for azure service management

Getting above error.can anybody suggest correct resource id for azure service management

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,439 questions
asked 2024-11-05T12:58:35.77+00:00
Prashant Chacko (c) 60 Reputation points
commented 2024-11-29T09:40:02.41+00:00
CarlZhao-MSFT 43,011 Reputation points
2 answers

Why is error: 400 occuring? 400 {'error': {'code': 'BadRequest', 'message': "'user@odata.bind' field is missing in the request.", 'innerError': ...

# Here is a snippet of my code. Why is error 400 occuring: ie 400 {'error': {'code': 'BadRequest', 'message': "'user@odata.bind' field is missing in the request.", 'innerError': {'date': '2024-11-13T22:20:30', 'request-id': '5675829f-5a',…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,439 questions
asked 2024-11-13T22:28:11.6833333+00:00
Michael Wilcox 26 Reputation points
commented 2024-11-29T09:34:14.6733333+00:00
CarlZhao-MSFT 43,011 Reputation points
1 answer

Automatically Update Permission with Graph Api

Hello Community, I m having issues adding permissions in the API permissions. Basically following this guide: …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,439 questions
asked 2024-11-18T16:27:48.3433333+00:00
Michele Massetti 0 Reputation points
commented 2024-11-29T09:29:24.0766667+00:00
CarlZhao-MSFT 43,011 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,439 questions
asked 2024-11-20T09:45:06.35+00:00
Ruben 0 Reputation points
commented 2024-11-29T09:27:34.0566667+00:00
CarlZhao-MSFT 43,011 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,439 questions
asked 2024-11-20T22:59:47.26+00:00
Chris 0 Reputation points
commented 2024-11-29T09:25:21.55+00:00
CarlZhao-MSFT 43,011 Reputation points
1 answer

Cant able to get all properties of user by using Graph API in C# ?

Code Line => User user = await graphClient.Users[userObjectId].Request().GetAsync().ConfigureAwait(false); I can able to fetch Green highlighted one but other than that getting null in "user1" (code line) object. question => Is…

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,305 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,439 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,084 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,386 questions
asked 2024-11-21T10:26:25.2533333+00:00
Venkatesh Naik 20 Reputation points
edited a comment 2024-11-29T09:24:06.4233333+00:00
CarlZhao-MSFT 43,011 Reputation points
1 answer

How to subscribe to sharepoint site/page changes?

Hi, we were wondering if there are possibilities to subscribe to sharepoint site/page changes. Sharepoint sites&pages aren't listed in the graph subscription overview…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,439 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
3,095 questions
asked 2024-11-26T13:39:51.05+00:00
Jonas 0 Reputation points
commented 2024-11-29T09:23:42.4433333+00:00
Emily Du-MSFT 47,851 Reputation points Microsoft Vendor
1 answer

Challenge in Verifying Attendee Participation in Microsoft Teams Meetings

When creating a meeting using the CreateMeetingWithHttpClient method, the response we receive only includes a single meetingUrl. All participants, including the admin and attendees, access the meeting using the same link. However, if an attendee joins…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,418 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,439 questions
asked 2024-11-27T11:42:22.44+00:00
onyore 40 Reputation points
commented 2024-11-29T09:22:18.85+00:00
LiweiTian-MSFT 21,295 Reputation points Microsoft Vendor
1 answer

Graph API token generation failed. Device is not in required device state: compliant.

{ "error": "interaction_required", "error_description": "AADSTS53000: Device is not in required device state: compliant. Conditional Access policy requires a compliant device, and the device is not compliant.…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,439 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,386 questions
asked 2024-11-24T12:08:16.7166667+00:00
Patel, Binod 0 Reputation points
commented 2024-11-29T09:20:23.7566667+00:00
CarlZhao-MSFT 43,011 Reputation points