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…
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 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…
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…
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…
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…
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…
somebody hacked my Microsoft
somebody accessed and changed my email and phone number on my Microsoft
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", …
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",…
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…
Grant admin consent to user_impersonation for azure service management
Getting above error.can anybody suggest correct resource id for azure service management
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',…
Automatically Update Permission with Graph Api
Hello Community, I m having issues adding permissions in the API permissions. Basically following this guide: …
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…
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…
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…
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…
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…
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.…