10,569 questions with Microsoft Graph-related tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

How to use Graph API to list Bookmarks by given item id

In the Microsoft documentation I found an API call to get a list of bookmarks: https://learn.microsoft.com/en-us/graph/api/search-searchentity-list-bookmarks?view=graph-rest-1.0&tabs=http#request-headers However when I try the command in the graph…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,547 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,597 questions
asked 2024-04-17T17:14:42.5666667+00:00
s w 60 Reputation points
edited the question 2024-04-23T06:12:21.21+00:00
AllenXu-MSFT 15,926 Reputation points Microsoft Vendor
4 answers One of the answers was accepted by the question author.

"ErrorAccessDenied Message: Access is denied. Check credentials and try again." When I try to get events in my email

I encounter error message "ErrorAccessDenied Message: Access is denied. Check credentials and try again." When I try to get calendar events in my email. var options = new TokenCredentialOptions { AuthorityHost =…

Outlook
Outlook
A family of Microsoft email and calendar products.
2,937 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,547 questions
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
4,881 questions
Microsoft Exchange
Microsoft Exchange
Microsoft messaging and collaboration software.
383 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,428 questions
asked 2023-01-17T06:13:29.1266667+00:00
Anson Tsang 30 Reputation points
answered 2024-04-23T05:18:48.4766667+00:00
rumaana begum 1 Reputation point
1 answer

Graph API, how to get the registration link of a webinar event

Hi, I'm getting the calendar info of webinars created on teams using the below function. It returns the data but it doesn't have the teams online meeting registration url which is something like…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,547 questions
asked 2024-04-19T05:50:37.51+00:00
Hajir Lesani 0 Reputation points
answered 2024-04-23T03:02:46.8033333+00:00
Yakun Huang-MSFT 80 Reputation points Microsoft Vendor
1 answer

Teams webinar registraton API endpoint URL

Hi Teams webinar registraton API endpoint URL

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,043 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,547 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.
2,835 questions
asked 2024-04-22T13:17:30.47+00:00
Sami Ahammed SK 5 Reputation points
answered 2024-04-23T02:35:36.74+00:00
Yakun Huang-MSFT 80 Reputation points Microsoft Vendor
1 answer

Request OAuth2.0 token using azure app services managed identity

Hi All, I have a question on Azure App Service Managed Identity. Currently we are working on an API project where it provide the function to interact with user in Azure Entra thru Microsoft Graph API calling. To protect the API function, we have a…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,148 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,547 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,218 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
293 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,848 questions
asked 2024-04-19T05:19:21.3666667+00:00
Tan Soon Chek 0 Reputation points
commented 2024-04-23T01:17:35.93+00:00
Tan Soon Chek 0 Reputation points
1 answer

how to provide app permission consent to use Microsoft Graph APIs and Azure cost management APIs all read access? Also Which role is required to provide consent with lease privileges?.

how to provide app permission consent to use Microsoft Graph APIs and Azure cost management APIs all read access? Which role is required to provide consent with lease privileges?. I know we can provide the admin consent using Global Administrator, but is…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,547 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,428 questions
asked 2024-04-22T12:10:17.9866667+00:00
Anil Guliyaan 45 Reputation points
answered 2024-04-22T23:39:12.12+00:00
Fabio Andrade 640 Reputation points Microsoft Employee
1 answer

Access to /users/x/todo/list graph API gives me OrganizationFromTenantGuidNotFound

I want to retrieve data from MS Todo application from my personal account on raspberry pi. I have created azure account (free plan) and new application with permission Tasks.Read.All and User.Read.All. Now, I have a script in nodejs for retriewing…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,547 questions
asked 2024-04-20T19:49:49.45+00:00
Lukas 0 Reputation points
commented 2024-04-22T22:55:14.4133333+00:00
Lukas 0 Reputation points
1 answer

How can I initialize GraphServiceClient by providing an acessToken using Microsoft.Graph v5 sdk

This is Microsoft.Graph v4 implementation. Here I'm trying to invite a user to my entra id through an asp.net core web api (.net 8) . I'm creating GraphServiceClient with the accessToken i received in my request. This is working fine but the problem is…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,547 questions
asked 2024-02-21T07:28:38.5633333+00:00
Wasi Hyder 0 Reputation points
commented 2024-04-22T22:01:47.97+00:00
Ken Smith 105 Reputation points
1 answer

How do I get attendees for room bookings?

Hi, I am currently using the Microsoft Graphs API to fetch booking data for specific rooms. When using delegated access, I am able to use the /me/calendar/getSchedule endpoint to get the free/busy schedule for a specific room...but now I want to expand…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,547 questions
asked 2024-04-22T20:26:30.8766667+00:00
Teis Jayaswal 0 Reputation points
answered 2024-04-22T21:08:31.5433333+00:00
Andy David - MVP 141.2K Reputation points MVP
1 answer One of the answers was accepted by the question author.

Why Total Messages Count From outlook Storage statistics not exactly matching with Graph API total messages

Hello Support Team, I am using Graph API from long time to fetch all messages of a user mailbox with GET /messages endpoint But recently observed that for Big mailboxes (having more than 40 thousands messages) there is discrepancy between total message…

Microsoft Exchange Online
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,547 questions
asked 2024-04-19T08:53:57.28+00:00
Dharmendra Vishwakarma 40 Reputation points
commented 2024-04-22T18:44:21.5433333+00:00
Dharmendra Vishwakarma 40 Reputation points
0 answers

Graph Api- How Change Notification /Chat/getallmessages Pricing works

Hi, I have a requirement to build a chat functionality in application where there will be 2 types are users: External User (Single support email id having teams access will be used for all users) Internal User (All users will have its own email is…

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,754 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,547 questions
asked 2024-04-22T17:21:50.1733333+00:00
Nish 0 Reputation points
edited the question 2024-04-22T17:32:55.86+00:00
Nish 0 Reputation points
1 answer One of the answers was accepted by the question author.

OrganizationFromTenantGuidNotFound

Good morning, I decided to create a question regarding OrganizationFromTenantGuidNotFound since previous questions have a different implementation. I'm working with Ruby On Rails, and I implemented the code from this repository:…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,547 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,428 questions
asked 2024-04-18T14:48:35.5366667+00:00
Marco Antonio Vazquez Cruz 20 Reputation points
commented 2024-04-22T15:12:54.82+00:00
Marco Antonio Vazquez Cruz 20 Reputation points
0 answers

Manage users' authentication methods using Microsoft Graph

When calling this API to get Authentication method and MFA, some users does not return the results. Same API but some return error message "code":"resourceNotFound","message":"The specified user could not be…

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,469 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,547 questions
asked 2024-04-22T14:45:54.2666667+00:00
Ngan Bui (Cloud) 0 Reputation points
0 answers

How to create access review with fallback_reviewers in python graph api sdk

I'm using AccessReviewScheduleDefinition to create Access Reviews in Entra ID Python Graph API sdk => https://github.com/microsoftgraph/msgraph-sdk-python I started based on the example provided here:…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,547 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,428 questions
asked 2024-04-05T19:23:25.98+00:00
Alper Silistre 0 Reputation points
commented 2024-04-22T14:16:54.6466667+00:00
Alper Silistre 0 Reputation points
1 answer

Getting msal running on remix run

I've been having issues integrating msal, with my remix-run application. If someone has docs or a resource that could shed light on this dev scenario that would be great. But not my main question. Since I was having trouble with it for about two weeks,…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,547 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.
312 questions
Microsoft Entra
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,428 questions
asked 2024-04-15T02:01:56.1933333+00:00
Skyler zanth 0 Reputation points
commented 2024-04-22T13:01:12.6533333+00:00
Shweta Mathur 27,301 Reputation points Microsoft Employee
1 answer

Must be authenticated to use '/drive' syntax

I have registered a 'Personal Microsoft accounts only' application via azure portal and given permission to 'File.ReadWriteAll' and set the relevant user as the owner. By using the endpoint, https://login.microsoftonline.com/consumers/oauth2/v2.0/token i…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,547 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
801 questions
asked 2024-04-20T08:50:10.2266667+00:00
Fazlyn 0 Reputation points
commented 2024-04-22T11:41:55.9+00:00
Fazlyn 0 Reputation points
0 answers

Resolve the HTTPError: 401 Client Error: Unauthorized for URL for SendEmail which only happens sometimes.

I have an app that sends out a form via email automatically. I am using the Mail.ReadWrite and Mail.send. The email sending works well when sending them from app running on my local machine it works perfectly fine, however, when I send it out from the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,547 questions
asked 2024-04-22T10:33:20.29+00:00
Matic 0 Reputation points
1 answer

Accessing forms responses using client credentials GraphAPI

I am able to access my Microsoft group form responses when generating the access token using my own user name and password as parameters - however I would like to be able to access these responses when using client_credentials as the parameter. What…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,547 questions
asked 2024-04-22T04:49:58.2133333+00:00
Rebecca 0 Reputation points
answered 2024-04-22T10:09:46.1033333+00:00
Yakun Huang-MSFT 80 Reputation points Microsoft Vendor
1 answer

How to distribute the app which is created on entra.

How to distribute the application or what are the ways to distribute it between different organisations?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,547 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,428 questions
asked 2024-04-10T13:54:16.6433333+00:00
asvr asvr 0 Reputation points
commented 2024-04-22T10:03:47.73+00:00
Shweta Mathur 27,301 Reputation points Microsoft Employee
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,547 questions
asked 2024-04-22T06:20:11.2766667+00:00
Man Mohan Singh 0 Reputation points
commented 2024-04-22T09:59:25.1+00:00
Man Mohan Singh 0 Reputation points