Category "microsoft-graph-api"

Microsoft Graph API Pagination is not working for getting all users from Azure AD

We are using Microsoft Graph API Beta version to retrieve all users from the Azure AD using below code. API returns only 100 users in the response and to use pa

MS Teams activity feed notifications don't arrive to mobile

I've successfully implemented activity feed notifications in my app (tab) for MS Teams. The problem is, I don't receive them on mobile devices: neither push not

Teams API: Setting presence only with user consent

Recently the Teams API has been extended so that applications can set the availability / presence for a user logged into Teams: https://docs.microsoft.com/en-us

MS Teams CallRecord: where is the first CallSegment and how I can access it?

in the call seen in the next image, the 2nd user has 2 Call segment but in the call record on the last one is shown. If my mind is correct i left the call and

Upload file to SharePoint using HTTP Client is not working

I want to upload a static file to SharePoint using Graph API and HTTP Client. We have a folder where the file is kept, now we have to read the file from the fol

Get SharePoint folders and docs using Microsoft Graph API

I'm trying to get the folders and documents from a SharePoint document library using Microsoft Graph API. If I do a GET request for https://graph.microsoft.com

How to fix "AADSTS90102: 'redirect_uri' value must be a valid absolute Uri." error in Microsoft Graph

Following this procedure: https://docs.microsoft.com/en-us/graph/auth-v2-user I'm trying to get a refresh token from this microsoft end point: https://login.m

Can I call a custom function in an excel spreadsheet from the microsoft graph?

In the Microsoft graph REST API docs, it shows how to call a function from an excel sheet. https://graph.microsoft.com/v1.0/me/drive/root:/boo

MS Graph SDK for Java failed to upload large Word files

We are having problem uploading large Office files (Word, Excel) to Teams using MS Graph SDK for Java. Just wondering if anyone experienced the similar issue. H

Custom data in Channel and Message level in Microsoft Teams

How to keep some custom metadata in channel and message level in the Microsoft teams app?

How to filter Microsoft Graph API JSON response using Power Query language?

My request is GET https://graph.microsoft.com/v1.0/applications?$select=appRoles Because of this I have a problem in PowerApps, I can't show the objects.

Requesting list of a users microhone and headset & phone devices

The audio, video conferencing devices, microhones headset and other devices which are used for microsoft team calls and conferences, where are thisdata is st

How to upload contentBytes chunk by chunk on Graph url return by createUploadSession graph API?

As per microsoft graph API documentation the createUploadSession graph API only return the URL where attachment can upload but how to upload attachment chunk by

OneDrive REST APIs: "message": "The specified item does not have content." when downloading a file

the use case I would like to download an excel sheet from OneDrive using the REST API Documentation: the documentation proposed to call this Endpoint : GET /me/

Microsoft Teams ‘chats: getAllMessages’ API on 'v1.0'

As per the documentation ‘chats: getAllMessages’ (GET /users/{id | user-principal-name}/chats/getAllMessages) of MSTeams Export API is available onl

Error 400 - Bad Request an Creating user with Microsoft Graph

I am trying to create a new user in my tenant using Microsoft Graph (v1.0) with help of the Microsoft doc. When I create my user, I always get an error 400 bad

How do i use the MS graph api in react?

I'm completely new to JS and React and im trying to upload a file with my MS custom teams app. I've found the information i need to make it work, i just dont un

Write data frame to Excel file stored in Microsoft Teams using Graph API

I am new to working with APIs and especially MS Graph API so please excuse my ignorance. I work with data in R which is similar to Python, I have a data frame w

Is there an api endpoint to list files in private chat?

I am looking for a way to get the number of files in a private chat using the Microsoft Graph API. Currently I can get the messages from private chat using: bet

Paging support in graph SDK

Does Microsoft Graph Java SDK provide paging support for groups and users? As Microsoft Grpah API supports paging https://docs.microsoft.com/en-us/graph/paging