Category "microsoft-graph-api"

MSAL.NET OBO refresh token problems

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

Everytime I change my Microsoft Teams Tab's code the content of the tab does not change

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,

How to get all guest users count in M365 groups with Microsoft graph api

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

No Sufficient Data Content of User When Calling Microsoft.Graph Compared to Microsoft.Azure.ActiveDirectory.GraphClient

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

Cannot get installed apps for user | Microsoft Graph API

My application should retrieve all installed apps for every user in the AAD. According to this docs the application permissions are: TeamsAppInstallation.ReadFo

Microsoft Teams breakout room api

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

How to get user's photo(profile) using Microsoft Graph API?

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

Microsoft Graph API using filter on get sharepoint lists

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;

Obtaining access to Graph API without user interaction

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

How to use MS Graph to get full details of online meetings of a user

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

Microsoft Graph File Permission invite API not working always

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

Cross site issue with Microsoft Graph Toolkit

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

Paging in MS Graph API

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

Adding users to Exchange admin role groups via API?

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

Create a filter query for Microsoft Graph that works equivalent to "contains"

I need to create a $filter query for the Microsoft Graph API that searches for a specific word in a string (the display name of users). For example I'd want to

Unable to initialize MSAL within organization linux sever due to socket timeout

I have register an Azure App with delegated permission. I also have local anaconda instance install on my desktop. Now when I initialize MSAL using below code,

Office 365 Calendar Id changes

We are experiencing that ids of calendars created using MS Graph sometimes changes. The calendars are created using a POST request to /me/calendars, and the id

Receive a request when Azure AD User receive a call

Is there is a way to receive a request on an azure app whenever a User of a Azure AD group receive a call. When a user create a call, the request returns an id

Differentiate between Microsoft Teams Groups from Office 365 Groups

Is that possible to uniquely identity groups that belong to Microsoft Teams from the result returned from https://graph.microsoft.com/v1.0/groups?

Microsoft Teams: List all Chats regardless of users

We would like to achieve an eDiscovery integration that can track all past and new chat & channel messages. But we observed that with Delegated Permissions,