Category "microsoft-graph-api"

Filtering query by the field: recurrence/range/endDate

Is it possible (using Graph Api) to filter query by recurrence/range/endDate event field? For other data types it works, but for the endDate field, which is a D

Querying all users that have a role in Azure Active Directory using MS Graph SDK

I want to query all users in Azure Active Directory who have an app role assigned to. I am looking for something like this: private readonly GraphServiceClient

Is it possible to programatically add an event to my own Office 365 calendar without an Azure subscription?

According to this guide there are a jillion ways to integrate, some of which are beyond my understanding, but they seem to require a Client Id which is created

Microsoft.Graph.Core Code:accessDenied uploading file to One Drive API

I use the below code to upload the file to OneDrive API. var uploadedFile = await requestBuilder .ItemWithPath(fileName)

Getting error "invalidRequest" when creating upload session (Microsoft Graph Api)

I am getting the below error when creating upload session (Microsoft Graph Api). { "error": { "code": "invalidRequest", "message": "Invali

Error 'Invalid hostname for this tenancy' on using graph api of sharepoint to subscribe event notification

I am new to sharepoint and now I am trying to create a webhook for my sharepoint sites, such that on any crud operation i would get notification in my app I ha

API Permission Status not granted warning in Azure AD Application API Permission

In the below image as you could see I'm getting the warning, "Not granted for SKCET Corporation Private Limited", what should I do to remove it ?

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