10,679 questions with Microsoft Graph-related tags

Sort by: Updated
1 answer

azure ad some of the filter not working with expand attribute like NOT startsWith(displayName, 'Yogendra')

azure ad some of the filter not working with expand attribute like NOT startsWith(displayName, 'Yogendra'). you can refer this screenshot

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,657 questions
asked 2024-05-06T07:03:48.7533333+00:00
Yogendra 0 Reputation points
edited the question 2024-05-06T12:07:52.4433333+00:00
OMMI NAVEEN KUMAR 195 Reputation points Microsoft Vendor
1 answer

I've just got my XBOX PC Game pass. Will I lose games I download when my game pass ends?

-Apologies for the random tag, had to give one! The question really sums it up. Will I keep or lose my games (e.g. Minecraft Java) when my subscription to XBOX Game Pass ends? Cheers! -Calvi

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,657 questions
asked 2024-02-16T16:35:45.41+00:00
Calvi 0 Reputation points
edited a comment 2024-05-06T11:51:25.52+00:00
Nancy Gallagher Foley 0 Reputation points
1 answer

Is it possible to create webhooks with a personal account to listen to changes in an Excel file using Microsoft Graph?

I want to create a webhook to listen for changes in excel files. This is the code I have: { "changeType": "updated", "notificationUrl":"xxx.com/notificationClient/", …

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
3,837 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,657 questions
asked 2024-04-03T22:24:34.7066667+00:00
Oscar González 0 Reputation points
answered 2024-05-06T11:35:42.1266667+00:00
Danstan Onyango 3,741 Reputation points Microsoft Employee
0 answers

The property 'Item' is required when creating the entity

I encountered an error while working with the Microsoft Graph API. The error message states, "The property 'Item' is required when creating the entity." I'm trying to auto-reply to an email that contains an item attachment, which is an EML…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,657 questions
asked 2024-05-06T11:07:56.55+00:00
DP 0 Reputation points
1 answer One of the answers was accepted by the question author.

Graph API forward mail

I'm trying to use the endpoint, POST /users/{id | userPrincipalName}/messages/{id}/forward (https://learn.microsoft.com/en-us/graph/api/message-forward?view=graph-rest-1.0&tabs=http). I'm able to send, search and get mail, but whenever I try this…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,657 questions
asked 2024-05-03T15:18:58.1966667+00:00
Eric Faro 0 Reputation points
accepted 2024-05-06T11:07:47.9633333+00:00
Eric Faro 0 Reputation points
1 answer

How do we Integrate the Microsoft Planner with my Web Application

Hello Team, I have a requirement where I need to integrate Microsoft Planner in My Web Application, not a SharePoint Site. Just Like what we have to Integrate with Teams similarly, I need to Integration with My Web Application. Need Help on Both the …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,657 questions
asked 2024-05-03T11:10:01.49+00:00
Chethan Ramesh 0 Reputation points
edited a comment 2024-05-06T11:06:43.0466667+00:00
Chethan Ramesh 0 Reputation points
0 answers

Unable to fetch RosterPlans for a user using application permission or user permission

Unable to fetch users Planners. rosterPlans https://learn.microsoft.com/en-us/graph/api/planneruser-list-rosterplans?view=graph-rest-beta&tabs=http GET https://graph.microsoft.com/beta/users/{usersId}/planner/rosterPlans Application permission given:…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,657 questions
asked 2024-04-22T06:22:20.4133333+00:00
NectaaAdmin 0 Reputation points
commented 2024-05-06T11:03:06.9466667+00:00
Danstan Onyango 3,741 Reputation points Microsoft Employee
0 answers

Can we use the same single sign on app registration for getting the basic details of active directory

Hi Team, We are implementing a web app and using an app registration for single sign on. In web app we have feature to show all the users in the AD. Can we use the same app registration for getting the access token for User.ReadBasic All We have added…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,657 questions
asked 2024-05-06T10:49:34.84+00:00
lakshmi 551 Reputation points
1 answer

Not able to REST call to https://graph.microsoft.com/beta/appCatalogs/teamsApps

Hi Team, I need sample code in C# or documentation how can I generate token in C# code and by using that token how can I hit the URL: and make the request to that API https://graph.microsoft.com/beta/appCatalogs/teamsApps

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,657 questions
asked 2024-05-06T09:03:33.39+00:00
Hamendra Kumar (HCL Technologies Ltd) 0 Reputation points Microsoft Vendor
answered 2024-05-06T10:03:51.9066667+00:00
CarlZhao-MSFT 37,216 Reputation points
0 answers

How to fix 'java.lang.RuntimeException: java.util.concurrent.ExecutionException: com.microsoft.aad.msal4j.MsalClientException: java.io.UncheckedIOException: java.nio.channels.ClosedChannelException' while creating a user on azure ad using the ms graph API

HI, How to fix 'java.lang.RuntimeException: java.util.concurrent.ExecutionException: com.microsoft.aad.msal4j.MsalClientException: java.io.UncheckedIOException: java.nio.channels.ClosedChannelException' while creating anew user on Azure ad using the ms…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,657 questions
asked 2024-04-22T06:20:11.2766667+00:00
Man Mohan Singh 0 Reputation points
commented 2024-05-06T09:32:29.8633333+00:00
Danstan Onyango 3,741 Reputation points Microsoft Employee
0 answers

Getting '409 Conflict' Trying to create contact folder

I am trying to programmatically create new contact folders for users in an organization. The problem arises when I attempt to create a folder—it says there's a conflict. However, I've tried to retrieve the existing contact folders right before creation,…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,008 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,657 questions
asked 2024-05-06T09:22:33.91+00:00
Sillas Poulsen 0 Reputation points
edited the question 2024-05-06T09:29:50.2633333+00:00
Sillas Poulsen 0 Reputation points
1 answer

Getting forbidden while hitting the https://graph.microsoft.com/beta/appCatalogs/teamsApps

Hi Team, Now For the Token generation I am using below code : var _clientApplication = ConfidentialClientApplicationBuilder.Create("clientid") .WithAuthority("https://login.microsoftonline.com/tenantid")…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,657 questions
asked 2024-05-06T08:53:14.4733333+00:00
Hamendra Kumar (HCL Technologies Ltd) 0 Reputation points Microsoft Vendor
answered 2024-05-06T09:19:43.4966667+00:00
Stephen Baker 80 Reputation points
1 answer One of the answers was accepted by the question author.

monitoring of cloud portals

Team, we are plannign to setup monitrong for all our cloud URL eg config.office.com/exchnage portal/intune/sharepoint all in one dashbaord view please help me with API's which i can use in setting up with my application thank you

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,657 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,192 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,370 questions
asked 2024-04-30T04:04:48.92+00:00
kanupriya 80 Reputation points
edited the question 2024-05-06T07:54:57.33+00:00
Crystal-MSFT 43,381 Reputation points Microsoft Vendor
1 answer

Set Retention Label & permanent delete based on retention label

Unable to set the retention label (https://learn.microsoft.com/en-us/graph/api/driveitem-setretentionlabel?view=graph-rest-1.0&tabs=http) PATCH /drives/{drive-id}/items/{item-id}/retentionLabel ---I also want to permanently delete based on retention…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,657 questions
asked 2024-05-02T05:27:21.3166667+00:00
Akshith Reddy Thalla 80 Reputation points
answered 2024-05-06T07:51:52.1533333+00:00
Yakun Huang-MSFT 235 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

How to create a Teams meeting for all to join with their personal accounts?

In a personal Teams meeting, the login option isn't displayed. However, personal accounts face restrictions when attempting to join business Teams meetings via browser or desktop. Is there a workaround? Can the Graph API facilitate this process? And can…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,122 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,657 questions
Windows 365 Business
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.
2,870 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,571 questions
asked 2024-05-03T09:19:45.1133333+00:00
Ruei 20 Reputation points
accepted 2024-05-06T07:25:29.2533333+00:00
Ruei 20 Reputation points
2 answers

How to fix this error in Microsoft SQL: SQL job is failing. OLE DB or ODBC error: [DataSource.Error] Microsoft SQL: Query timeout expired...

Hello, Kindly advise how to solve below issue: we have one job that's failing is Microsoft SQL. This issue is affecting the Power BI reports as well. Below error is found: SQL job is failing. OLE DB or ODBC error: [DataSource.Error] Microsoft SQL: Query…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,657 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,762 questions
asked 2024-05-04T22:07:43.62+00:00
Aya 0 Reputation points
answered 2024-05-06T06:03:43.4933333+00:00
LucyChen-MSFT 1,045 Reputation points Microsoft Vendor
1 answer

I'm able query event data of a resource account using calendarView delta, I receive events as well as deltaLink. But when I use the deltaLink to fetch incremental changes, I'm getting 403 error. What am I doing wrong?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,657 questions
asked 2024-04-30T09:29:57.7566667+00:00
Sivaprasad Derangula 5 Reputation points
commented 2024-05-06T05:58:20.4+00:00
Sivaprasad Derangula 5 Reputation points
1 answer

Missing resource Data information like fileId in microsoft webhook notification?

Recently i have been working on the microsoft graph api where i need to get the info of the file like fileId when some changes are made in the onedrive in the response from the webhook but that is missing

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,657 questions
asked 2024-05-06T05:46:07.4233333+00:00
Balakrishna Sani 0 Reputation points
answered 2024-05-06T05:46:07.43+00:00
Q&A Assist
1 answer

Graph API : List Permissions returns empty [] array for a file from SharePoint

Hi All, I have configured an Azure App and almost all permissions as delegated for Graph and SharePoint(have given the application level as well however that won't be applicable here I think). When I am trying to use the endpoint "GET…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,657 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,688 questions
asked 2024-05-03T06:50:55.75+00:00
sharepoint test 0 Reputation points
edited the question 2024-05-06T05:35:37.7833333+00:00
ajkuma 22,416 Reputation points Microsoft Employee
2 answers

How can I enable Chat communication between external users and Microsoft Teams users through the Teams desktop app ?

Hello Microsoft team, I've successfully integrated Microsoft Teams calling into my web application using Azure Communication Services and Microsoft Graph. However, I'm encountering difficulties enabling chat communication between external users…

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
686 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,657 questions
asked 2024-04-12T17:21:52.6666667+00:00
Satish Bellare 0 Reputation points
commented 2024-05-06T05:34:00.6866667+00:00
ajkuma 22,416 Reputation points Microsoft Employee