12,113 questions with Microsoft Graph-related tags

Sort by: Updated
1 answer

Download file from SharePoint

Hi Team, I would like to know is it possible to download a file from SharePoint using Microsoft graph library?. If yes could you please explain me how we can do this?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,113 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,740 questions
asked 2024-10-17T04:54:08.39+00:00
Nikhil Tambi 0 Reputation points
commented 2024-10-19T10:04:04.9866667+00:00
Nikhil Tambi 0 Reputation points
1 answer

Microsoft Fabric Data Factory - MS Graph API - Groups/Users - Unable to reference response paging attribute

I am trying to get all groups and users from MS Graph. These both use paging (limit 100 records per page). To get the next page I need to reference an attribute in the previous repsonse. However, the attribute has '@' and '.' in it... how do I reference…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,113 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,740 questions
Microsoft Fabric Training
Microsoft Fabric Training
Microsoft Fabric: A Microsoft unified data platform.Training: Instruction to develop new skills.
46 questions
asked 2024-10-18T14:59:57.8433333+00:00
Laron Lemon 0 Reputation points
answered 2024-10-18T20:43:35.7166667+00:00
Amira Bedhiafi 25,261 Reputation points
1 answer

Lifetime validation failed, the token is expired.

Even if the token is new then also it gives me this error.

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,183 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,573 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,113 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,962 questions
asked 2024-10-18T14:36:07.8433333+00:00
Mayur 0 Reputation points
commented 2024-10-18T19:00:39.98+00:00
Bruce (SqlWork.com) 65,576 Reputation points
3 answers

Improving B2BManagementPolicy updating

The current solution for updating our B2BManagementPolicy involves a PowerShell script that sets the Allow list for external domains obtained from Sharepoint to the B2BManagementPolicy via Set-AzureADPolicy and also writes it to Teams collaboration…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,113 questions
asked 2024-01-04T08:53:44.4866667+00:00
Dennis Johansson 5 Reputation points
commented 2024-10-18T18:44:13.68+00:00
Bennett 0 Reputation points
1 answer

How to set an existing Online meeting to an event

Using Graph API I want to create an event (https://learn.microsoft.com/en-us/graph/api/resources/event?view=graph-rest-1.0) but with an EXISTING onlineMeeting. I.e. I've already created an onlineMeeting and I want to attach the onlineMeeting to the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,113 questions
asked 2024-08-14T15:59:44.1533333+00:00
Azzlack 0 Reputation points
edited a comment 2024-10-18T17:28:06.2533333+00:00
dylanmason dylanmason 0 Reputation points
3 answers

How to get sharepoint site group name using Graph API?

SharePoint has other groups of users that are listed in Settings > Site Permissions. In that we have list of Owners, Members, Visitors). Is there any way we can fetch these groups using graph Api. how can i extract sharepoint groups and relative…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,113 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
3,007 questions
asked 2024-10-16T08:58:06.5666667+00:00
Andrea Quarta 30 Reputation points
answered 2024-10-18T15:58:46.28+00:00
Andrea Quarta 30 Reputation points
2 answers

Office 365 Active User Detail Report Graph API endpoint fails

For some tenants, we are getting an error when calling the graph API endpoint to get the Office 365 Active User Detail (https://graph.microsoft.com/beta/reports/getOffice365ActiveUserDetail(period='D180')). It seems to be intermittent and does not work…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,113 questions
asked 2024-10-17T21:04:31.07+00:00
Etienne Lepage Lepitre 5 Reputation points
commented 2024-10-18T15:43:46.2133333+00:00
Vasil Michev 106.6K Reputation points MVP
1 answer

Assistance with Azure MFA Enforcement and PowerShell Errors

Hello, I recently received a notification about the upcoming enforcement of multifactor authentication (MFA) for accessing the Azure portal, which begins on October 16, 2024. While I have already enabled MFA for my users, I’m unsure if any further steps…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,113 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,904 questions
asked 2024-10-12T21:30:44.93+00:00
Maki Dizon 0 Reputation points
commented 2024-10-18T15:38:59.7266667+00:00
Raja Pothuraju 6,825 Reputation points Microsoft Vendor
3 answers

How to read email attachments using MS Graph API

How to read email attachments using MS Graph API and how to mark mail as read once mail is read by graph API

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,113 questions
asked 2024-10-15T11:47:08.7066667+00:00
Mayank Gupta 0 Reputation points
edited the question 2024-10-18T15:32:13.3566667+00:00
TP 96,331 Reputation points
3 answers One of the answers was accepted by the question author.

GraphServiceClient error: Either scp or roles claim need to be present in the token.

A bit of context: My goal is to have an app running on Azure that will eventually access SharePoint sites in different tenants. The idea is that once authorized, this app will connect to all tenants using the same app id and secret. A multi-tenant…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,113 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
3,007 questions
asked 2024-01-12T16:14:48.25+00:00
Emerson Brito 21 Reputation points
commented 2024-10-18T15:21:50.7066667+00:00
Anilal 0 Reputation points
0 answers

Graph API group unseenCount always zero

When I open a given team with the teams app, I see an activity count of 2. But when I call the graph api https://graph.microsoft.com/v1.0/groups/${teamsId}?$select=unseenCount for the same team logged in with the same user, unseenCount is always 0. Is…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,113 questions
asked 2024-10-18T15:14:18.4833333+00:00
Christian Hudon 0 Reputation points
0 answers

Getting ErrorInternalServerError when fetching calendar events with certain filter

I am getting a 500 Internal Server Error when trying to GET my calendarView. Request: GET https://graph.microsoft.com/v1.0/me/calendars/{calendarId}/calendarView?startDateTime=2024-10-16&endDateTime=2024-10-18&$top=1000&$filter=isCancelled eq…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,113 questions
asked 2024-10-18T14:47:28.1866667+00:00
Niels 0 Reputation points
0 answers

How remove the draft tag from an email using the graph API?

We have a outlook plugin where we send an email using our service but we want to keep a copy of that email in an outlook folder and it should show up without the Draft tag i.e. we don't want to show this at the top of an email. FYI we don't want to…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,901 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,113 questions
asked 2024-10-18T14:38:23.87+00:00
TitanFile Engineering 0 Reputation points
0 answers

Microsoft Graph SQL Connector showing error

I have created a Microsoft Graph Connector in M 365 Admin center for Azure SQL Database. The connector shows the message "Something went wrong. If this continues, contact support." Error tab shows No Crawl Error Found Please help on this…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,113 questions
asked 2024-10-18T14:25:25.96+00:00
Melvin Williams 20 Reputation points
edited the question 2024-10-18T14:37:06.31+00:00
Mahesh Kurva 245 Reputation points Microsoft Vendor
0 answers

Lifetime validation error. Token is expired

Hello,https://graph.microsoft.com/v1.0/me when i try to call this api from my .net core application. It says "Lifetime validation error. Token is expired" even if the token is new. Need your help

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,573 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,113 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,142 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,962 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,295 questions
asked 2024-10-18T13:45:22.4866667+00:00
Mayur 0 Reputation points
commented 2024-10-18T14:07:51.0833333+00:00
Tiny Wang-MSFT 2,721 Reputation points Microsoft Vendor
1 answer

Jvch the next two days after you have to you in the day and I will be there and

Bcbchb I will get back to you get the day and time to you in the next few days ago the same time

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,113 questions
asked 2024-10-18T13:04:47.7+00:00
Hf hb Hffhfh 0 Reputation points
answered 2024-10-18T13:04:57.5366667+00:00
Hf hb Hffhfh 0 Reputation points
0 answers

SharePoint Multilingual - Rest API filters are always querying with English values for Terms (MANAGED METADATA) though user is a FRENCH user

Rest API filters are always querying with English values for Terms (MANAGED METADATA) though user is a FRENCH user. I have the below query that is not working and unable to get results. Rest API (Not working for French user):…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,113 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
3,007 questions
asked 2024-10-18T12:35:02.1766667+00:00
1 answer

Creating a Calendar with Microsoft Graph times out

When I try to create a Calendar with Microsoft Graph (using the examples for PHP), I get a idle timout reached for \"https:\/\/graph.microsoft.com\/v1.0\/me\/calendars\ The same problem appears with the endpoint /users/{userId}/calendars. Getting…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,113 questions
asked 2024-10-03T10:06:33.8333333+00:00
Info QITonline 0 Reputation points
commented 2024-10-18T12:19:57.0033333+00:00
Info QITonline 0 Reputation points
1 answer

How to avoid parent pushing their own permissions to child with broken permissions

The reason why new permissions added to a root folder in a SharePoint document library are also added to subfolders, even when inheritance is broken is that this option is selected by default. ("Share everything in this folder, even items with…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,113 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
3,007 questions
asked 2024-10-10T16:37:19.8766667+00:00
Andy Holvoet 0 Reputation points
commented 2024-10-18T09:29:30.07+00:00
Emily Du-MSFT 46,811 Reputation points Microsoft Vendor
1 answer

Why does the API getTeamsTeamActivityDetail has missing data?

I am using the Microsoft Graph API's getTeamsTeamActivityDetail endpoint to track teams activities. However, I am encountering an issue where the API consistently returns 1011 records active and inactive teams regardless of the period specified (D7,…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,113 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,295 questions
Microsoft Partner Center API
Microsoft Partner Center API
Microsoft Partner Center: A Microsoft website for partners that provides access to product support, a partner community, and other partner services.API: A software intermediary that allows two applications to interact with each other.
340 questions
asked 2024-03-28T01:37:50.16+00:00
Ahlem Barika 0 Reputation points
answered 2024-10-18T08:50:53.29+00:00
Sayali-MSFT 2,496 Reputation points Microsoft Vendor