I have been trying to do a file upload to a channel using the graph Api. I can successful do an upload to my personal OneDrive, using the request https://graph.
I'm using the Microsoft identity platform and OAuth 2.0 authorization code flow to authorize user information from Microsoft Azure. In my Ruby code I parse the
Is there any way of accessing a calendar in MS Outlook via a hardcoded url? Suppose I have 3 calendars (A, B, C), can I via a url access only A? Any way of doin
We have been using the graph API /onlineMeetings get calls to retrieve the meeting data successfully for the past few months. Unfortunately, since about two day
We have been using the graph API /onlineMeetings get calls to retrieve the meeting data successfully for the past few months. Unfortunately, since about two day
I am making an application where users can join multiple azure groups. This works fine. But a user should be able to have a role only within that specific group
I am trying to implement an OBO flow through to the graph API on a middle-tier API (.NET 5.0) using MSAL.NET. I'm running into two frustrating problems, and I c
I am making a teams channel tab and everytime I update the code, the content loaded in the tab stays the same. I tried deleting the app and installing it again,
I tried to get all guest users count in all M365 groups in single Microsoft graph api call I have written below query for that. https://graph.microsoft.com/v1.0
I want to change my code from Microsoft.Azure.ActiveDirectory.GraphClient to Microsoft.Graph on the same registered App. On some data structure(e.g. Group, Comp
My application should retrieve all installed apps for every user in the AAD. According to this docs the application permissions are: TeamsAppInstallation.ReadFo
I've been unable to find out whether it's possible to create breakout rooms programmatically for Microsoft Teams -- and assign the participants to the breakout
When a GET(https://graph.microsoft.com/v1.0/users/ {{user_id}} /photo/$value) request is made, the response data will be written with the same characters as ima
I'm trying to filter on the sharepoint lists, but the semantics seems to be different to the default semantics. What I already tried was (with $ and without;
I'm new to graph API. I'm creating an app that can access user email using Graph API. I've been using the device token method which is used here. The above code
I'm trying to get the full details of online meetings of a user. Using Graph API calendar view, we can get the list of online meetings for a user, including the
I have an app to work with MS group Documents files. For a public group, I am creating files with the app and sharing direct invite to a tenant user (Not a memb
I'm following this tutorial to create a simple web app with a Microsoft 365 login. I'm currently getting this error when debugging locally (http://localhost:80
Graph API Paging explains that the response would contain a field @odata.nextLink which would contain a skiptoken pointing to the next page of contents. When I
Is it possible to add users/members to Exchange admin role groups via an API? The equivalent PowerShell cmdlet would be Add-RoleGroupMember and the specific gro