10,617 questions with Microsoft Graph-related tags

Sort by: Updated
0 answers

Authorization process in Node.js is not working

Hello, I want to connect to the Outlook Calendar API to read, create, update, and delete events. For this, I need to ask the user for consent. The first thing I'm doing is to generate the login URL like this: const msalConfig = { auth: { clientId:…

Outlook
Outlook
A family of Microsoft email and calendar products.
2,964 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,595 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,476 questions
asked 2024-04-28T08:48:07.5466667+00:00
Nofar 0 Reputation points
0 answers

how to verify azure access token gotten from client web app and sent to python server

I get an azure access token from my client SPA (single page application) using MSAL (Microsoft authentication library) as a public client application. I then send the access token received after successful authentication to my python server by including…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,595 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,641 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,476 questions
asked 2024-04-28T02:59:36.8366667+00:00
Jonathan okorie 0 Reputation points
1 answer

Ms graph TimeOff note/description/comment

When a user creates a timeoff, he can leave a comment or note for that timeoff. Sometimes this is very important; for example, there may be a description of the reason for changing the schedule and the working time. But for some reason I can’t find…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,595 questions
asked 2024-04-26T17:47:13.4433333+00:00
Ruslan Back-end developer 0 Reputation points
edited an answer 2024-04-27T21:20:24.6833333+00:00
awijekoon 950 Reputation points Microsoft Vendor
1 answer

AclCheckFailed when list chat messages via Graph API

I'm try to get messages from a chat ID https://learn.microsoft.com/en-us/graph/api/chat-list-messages GET /chats/{{chatId}}/messages GET /users/{{UserId}}/chats/{{chatId}}/messages Response: { "error": { "code":…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,077 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,595 questions
asked 2024-04-26T15:47:03.78+00:00
Adão Duque 0 Reputation points
edited an answer 2024-04-27T20:32:35.9866667+00:00
awijekoon 950 Reputation points Microsoft Vendor
1 answer

Remove-MgGroupMemberDirectoryObjectByRef: Insufficient privileges to complete the operation

I am trying to use the Remove-MgGroupMemberDirectoryObjectByRef -GroupId $groupId -DirectoryObjectId $userId to remove users from a group. It works fine when using an account that has global admin permissions but using a service principal with…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,595 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,059 questions
asked 2024-04-27T16:28:07.0666667+00:00
SMart-8804 0 Reputation points
answered 2024-04-27T17:01:12.0733333+00:00
Andy David - MVP 141.6K Reputation points MVP
1 answer

Is Graph Api getStaffAvailability endpoint supposed to be this slow?

Hey there! I have a registered app in my Azure Ad with its API permissions set to allow read and write to Microsoft Bookings. I use "bookingsBusiness: getStaffAvailability" in order to build a time table with slot times for a booking module.…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,595 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,881 questions
asked 2024-04-03T12:14:24.9566667+00:00
Robin Hansson 0 Reputation points
edited an answer 2024-04-27T12:18:40.4933333+00:00
Russell dyas 75 Reputation points
1 answer

How MS Graph API works when $filter and $top query params used together

I am using MS Graph API for fetch group chats of users with below details: Endpoint: /users/<user-id>/chats?filter=chatType+eq+%27group%27&$top=1 Here ideal expectation is that, it shoul filter all the chats first and then return first record,…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,595 questions
asked 2024-04-26T06:08:23.5433333+00:00
Hasit Parmar 0 Reputation points
commented 2024-04-27T07:13:52.6166667+00:00
Hasit Parmar 0 Reputation points
2 answers One of the answers was accepted by the question author.

unauthorized_client: The client does not exist or is not enabled for consumers

Hello, when I was doing the following exercise: https://learn.microsoft.com/en-us/training/modules/msgraph-toolkit-intro/4-exercise-sign-into-app to Use Graph Toolkit with this index.html : <head> <meta charset="UTF-8"> <meta…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,595 questions
asked 2023-02-14T17:18:43.3033333+00:00
PauloMatos 170 Reputation points
commented 2024-04-27T01:12:16.27+00:00
John Alexander Espinal Agudelo 0 Reputation points
1 answer One of the answers was accepted by the question author.

Getting "The remote server returned an error: (400) Bad Request."Error while request AccessToken using Tenant

Hello Team, Actually I am try to get AccessToken using Using the TenantId after Admin consent successfully completed admin by using the following endpoint "https://login.microsoftonline.com/common/adminconsent", then I am requesting the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,595 questions
asked 2022-06-24T10:33:06.227+00:00
Vinay 31 Reputation points
commented 2024-04-27T00:38:17.76+00:00
siva pokuri 21 Reputation points
3 answers

How to fix weird registry error when using PowerShell Graph SDK to update a user's profile photo

[UPDATE] As of 4/25/2024 (tested), the latest version of the Graph SDK (2.18.0) has resolved these issues. Per GitHub, the fixes were rolled out with 2.17.0, so that version and any further versions should work just fine. PREVIOUS WORKAROUND was to…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,595 questions
asked 2024-02-26T23:59:44.1233333+00:00
Gill, Tim 25 Reputation points
edited an answer 2024-04-26T18:01:51.88+00:00
Gill, Tim 25 Reputation points
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,167 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,595 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,252 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.
297 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,881 questions
asked 2024-04-19T05:19:21.3666667+00:00
Tan Soon Chek 0 Reputation points
commented 2024-04-26T16:39:41.73+00:00
Bruce (SqlWork.com) 56,031 Reputation points
1 answer

Error "The DeveloperEmail field is required." when setting up Graph Data Connect

Hello, I'm trying to set up Graph Data Connection using this tutorial: https://github.com/microsoftgraph/dataconnect-solutions/tree/main/solutions/ona/PreRequisites Unfortunately, I cannot finalize the process, because when I click on "Create",…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,595 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,549 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,489 questions
asked 2024-04-26T08:56:28.39+00:00
Jeroen Vrijkorte 26 Reputation points
commented 2024-04-26T15:15:15.19+00:00
Jeroen Vrijkorte 26 Reputation points
3 answers One of the answers was accepted by the question author.

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,595 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,476 questions
asked 2024-04-10T13:54:16.6433333+00:00
asvr asvr 25 Reputation points
edited a comment 2024-04-26T14:48:30.1866667+00:00
asvr asvr 25 Reputation points
2 answers

How to get Download Url through Download contents of a driveItemVersion resource API

Hi, I'm using below api to get previous version download URL. GET /drives/{drive-id}/items/{item-id}/versions/{version-id}/content The problem is it's returning the file stream(see below). Can any one help me how I'll find the download…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,595 questions
asked 2022-10-11T11:48:31.607+00:00
Dipika Das 141 Reputation points
answered 2024-04-26T14:41:46.4266667+00:00
Altosio Admin 0 Reputation points
0 answers

API for approval app in teams - is there any API available for creating new approval in teams?

Graph API to create New Approval Request and Capture the response of Approval Request back to external system.

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,793 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,077 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,595 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,847 questions
asked 2024-04-26T14:31:10.0733333+00:00
Shreya Ghosh 0 Reputation points
0 answers

Issues with Delta Query on Graph API: Loading Only Specific Drive Items

I'm trying to use the Microsoft Graph API to specifically load and monitor only shared items from a drive. I'm following the delta query method described here: Best practices for discovering files and detecting changes at scale I've tried different…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,595 questions
asked 2024-04-26T13:55:24.5633333+00:00
Baki 0 Reputation points
0 answers

Unable to download images/stickers from Teams graph API call

We are using teams graph to generate transcript for different kinds of chats. We are using the below for downloading images/sticker images however we get either distorted image/ if we replace <img> tag with <span> then it gives us just the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,595 questions
asked 2024-04-26T12:41:10.0566667+00:00
Rochishna Aloor 0 Reputation points Microsoft Employee
0 answers

Error AADSTS500202 when trying to start MS Shifts in MS Teams

Hi! I have a personal MS Teams Account and simply want to start MS Shifts from MS Teams. I keep getting the following error message: AADSTS500202: User account '{EUII Hidden}' from external identity provider 'live.com' is not supported for API version…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,077 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,595 questions
asked 2024-04-23T17:08:36.9133333+00:00
Alexander Souza 0 Reputation points
commented 2024-04-26T12:30:50.1566667+00:00
Alexander Souza 0 Reputation points
1 answer

Error: 401 - FileOpenUserUnauthorized - Graph API - OneDrive personal account

Hi, We are integrated with OneDrive and Sharepoint to Read and Write Excel files using Graph API. We are facing a problem, recently, in some users' accounts that use OneDrive with personal account type(not work and neither school). Some operations…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,595 questions
asked 2024-04-16T14:23:48.9266667+00:00
Lucas Klassmann 25 Reputation points
answered 2024-04-26T11:59:40.9266667+00:00
Lucas Klassmann 25 Reputation points
0 answers

Graph sometimes returns html response even when json is requested

We have a golang application which uses graph SDK to do exchange/onedrive/sharepoint API calls. We set Accept header to application/json. But sometimes, graph server returns responses in text/html format, which causes content type text/html does not have…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,595 questions
asked 2024-04-17T06:33:54.43+00:00
AP 0 Reputation points
edited a comment 2024-04-26T11:51:10.0233333+00:00
franks_00001 1 Reputation point