11,405 questions with Microsoft Graph-related tags

Sort by: Updated
1 answer

Does Razorpay refund money?

RAZORPAY (available 24/7)-768-2983-412-Issue a refund to the customer from the REZORPAY Dashboard. Customers may cancel the order sometimes, and you may have to refund the amount.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,383 questions
asked 2024-07-20T23:11:56.91+00:00
Username 0 Reputation points
answered 2024-07-20T23:12:11.75+00:00
Username 0 Reputation points
3 answers

How" do" I speak" to" .CusTomer" service" at Amazon.?-

A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,383 questions
asked 2024-07-20T22:24:28.36+00:00
Gggggggg 0 Reputation points
answered 2024-07-20T22:30:38.22+00:00
FL kg gl gh 0 Reputation points
1 answer

Revoke SignIn Sessions is not working with User.RevokeSessions.All permission in logic app

I am trying to use logic apps to revoke the sign in session of a user using their User Principal Name. I registered an application in Azure and assigned it, the "User.RevokeSessions.All" permission and granted admin consent as well. I am able…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,985 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,383 questions
asked 2024-07-20T06:26:40.8266667+00:00
Azeeb Rusthique EY 0 Reputation points
answered 2024-07-20T19:10:59.52+00:00
Andy David - MVP 145.1K Reputation points MVP
2 answers

When calling MS Graph via API - trying to add new secret to SPN in Entra, getting "message": "Property passwordCredentials is invalid.", via logic app

Hey, I'm trying to call MS Graph using logic app in Azure to add secret to SPN. the call is POST /servicePrincipals(appId='{appId}')/addPassword via that link -…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,985 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,383 questions
asked 2024-07-17T17:24:39.8033333+00:00
Eldi 0 Reputation points
commented 2024-07-20T13:35:47.4866667+00:00
rizwan322 0 Reputation points
2 answers

[Unauthorized] : Insufficient privileges to perform requested operation by the application '00000003-0000-0000-c000-000000000000'

Hi, I am using azure automation with identity system-assigned for authentication and MS Graph with the permissions in the Screenshot to invite external users. But I have this code error: [Unauthorized] : Insufficient privileges to perform requested…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,383 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,191 questions
asked 2024-07-19T08:40:56.4166667+00:00
kinedy 0 Reputation points
commented 2024-07-20T07:21:39.7666667+00:00
kinedy 0 Reputation points
1 answer One of the answers was accepted by the question author.

Confusion with Entra ID tenant and Microsoft Account

Hello, I went through the following training module: https://learn.microsoft.com/en-us/training/modules/msgraph-user-photo-information/1-introduction and it seems to be working with the profile picture I put in my Entra ID tenant (with global…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,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.
20,543 questions
asked 2024-07-18T01:33:34.3133333+00:00
Karl Gardner 85 Reputation points
accepted 2024-07-19T21:36:04.33+00:00
Karl Gardner 85 Reputation points
1 answer

Get Attendance Report for CalendarEvent OnlineMeeting

We are currently successfully getting attendance reports for online meetings using the /me/onlineMeetings/{meetingId}/attendanceReports/{reportId} endpoint. We are also scheduling calendar events using the /me/calendar/events endpoint and setting the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,383 questions
asked 2024-07-19T18:24:24.7833333+00:00
Norris, Stephen 0 Reputation points
commented 2024-07-19T19:50:43.6833333+00:00
Norris, Stephen 0 Reputation points
2 answers

Why does Microsoft Graph /me/membersOf return null for all Fields but id?

I'm trying to request all my groups via https://graph.microsoft.com/v1.0/me/memberOf My access token has the scope User.Read(and more). I get the right groups in the response, but all fields in the group objects are null except for the id. I can see…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,383 questions
asked 2024-07-19T12:12:24.5566667+00:00
Ante 0 Reputation points
answered 2024-07-19T17:30:48.9+00:00
Vasil Michev 100K Reputation points MVP
1 answer

Graph Api Events get all modified / deleted / canceled occurrences

Hello i need to list all modified / deleted / canceled occurrences of a event. I know the Request => GET /users/{id | userPrincipalName}/calendar/events/{id}/instances?startDateTime={start_datetime}&endDateTime={end_datetime} I understand…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,383 questions
asked 2022-01-19T10:59:30.537+00:00
ASCII 1 Reputation point
commented 2024-07-19T17:15:04.4366667+00:00
Artur de Souza Aragão 0 Reputation points
0 answers

We get the 403 forbidden error when changing passwords via an application

We use OpenText (formerly NetIQ) Identity Manager to create and maintain users on AzureAD/Entra, using the OpenText AzureAD Driver. It all works fine except for passwords; we get the 403 Forbidden error when we change a password and the driver stops. …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,383 questions
asked 2024-07-19T13:59:42.4+00:00
Steve Tennant 0 Reputation points
commented 2024-07-19T14:01:20.79+00:00
Steve Tennant 0 Reputation points
1 answer

"ObjectHandle is invalid" for one of user's personal drives

I have written an integration with OneDrive that traverses the user's drives and folders. I was recently contacted with a bug for a user that had multiple personal drives. Here's what was returned for /me/drives: GET /me/drives [0] =>…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,383 questions
asked 2024-05-01T09:18:17.31+00:00
Dan Gravell 5 Reputation points
commented 2024-07-19T13:58:13.4566667+00:00
Josué Andrade Gomes 1 Reputation point
1 answer One of the answers was accepted by the question author.

Remove Specific Users from Sharing Permission

According to this documentation: https://learn.microsoft.com/en-us/graph/api/permission-grant?view=graph-rest-1.0&tabs=http, we can add users to sharing permissions using their email IDs. However, I couldn't find a method to remove specific users…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,383 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,249 questions
asked 2024-07-17T20:40:40.6633333+00:00
S W 40 Reputation points
accepted 2024-07-19T13:43:14.66+00:00
S W 40 Reputation points
2 answers One of the answers was accepted by the question author.

MSGRAPH API: Event Creation Suppress Email Feature

I came across this thread while looking for the answer to the same question @Anonymous had. In fact, it seems that this comes up a lot. Here are just some of the examples: …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,383 questions
asked 2022-09-07T16:47:32.63+00:00
totally_gizmo 96 Reputation points
commented 2024-07-19T12:34:42.91+00:00
alex 0 Reputation points
0 answers

500 error response when updating calendar event via graph API

On behalf of one specific customer, we've suddenly started getting a 500 response when attempting to make PATCH requests to the /v1.0/me/calendars/{calendar_id}/events/{event_id} endpoint in order to update certain calendar events. The error response…

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.
4,333 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,383 questions
asked 2024-07-09T17:34:35.6466667+00:00
Elyes Graba 56 Reputation points
commented 2024-07-19T12:15:36.9266667+00:00
Hannes Reiterlehner 5 Reputation points
0 answers

command https://graph.microsoft.com/v1.0/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers returns only staffid, no other features can be displayed

I have the following command: https://graph.microsoft.com/v1.0/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers which should return a list of all information of all staff members. However it only returns a list of staff member ids. when i…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,383 questions
asked 2024-07-19T11:53:57.4733333+00:00
Luke | Kortels 0 Reputation points
2 answers One of the answers was accepted by the question author.

AADSTS500113: No reply address is registered for the application. | How to resolve this ?

Hi there I am using replit to write a telegram bot that updates the user input to a excel file. I connected ms graph api to my code. It didn't worked I mean worked but the excel file wasn't updated. So I tried getting the access token which was a success…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,383 questions
asked 2024-07-18T13:30:03.08+00:00
Aman Prakash Singh 20 Reputation points
accepted 2024-07-19T11:48:23.5433333+00:00
Aman Prakash Singh 20 Reputation points
0 answers

Getting "InvalidAuthenticationToken" error code and "Access token is empty." while trying to login to upload to OneDrive

var scopes= "files.readwrite files.readwrite.All User.Read offline_access"; var url = 'https://login.microsoftonline.com/common/oauth2/v2.0/authorize?' + 'client_id=xxxxxxxxxxxxxx'+ '&scope=' + scopes…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,383 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
963 questions
asked 2024-07-19T11:37:39.96+00:00
Ahmed Waseem 0 Reputation points
1 answer One of the answers was accepted by the question author.

Can retrieve bitlocker keys through Microsoft Graph

On your documentation you have next: But When I tried add application permission for my app - they are not on the list ANd when I tried to get bitlockers keys with my application (which just app, without signed in user) through GRAPH I received: …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,383 questions
asked 2024-07-18T14:02:02.3066667+00:00
Anton Shakunou 20 Reputation points
commented 2024-07-19T11:19:38.09+00:00
Anton Shakunou 20 Reputation points
0 answers

Unable to access the devtools of my Microsoft Teams app from Microsoft Teams Android app

I need to debug one issue in my app running in Microsoft Teams android client. I have a configurable tab and the tab is not loading sometimes and throwing some error. Hence, I need to check the inspect or the console tab in devtools when my app is…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,383 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,053 questions
asked 2024-07-19T11:13:44.6933333+00:00
Soumya Dey 0 Reputation points
0 answers

we want to access our organization people recorded team meeting transcript but after generate a access token weh we try to fatch transcript its give below error

{ "error": { "code": "Forbidden", "message": "Application is not allowed to perform operations on the user '8181e02a-6721-4b45-82e9-06df7f77de60', neither is allowed access through RSC…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,383 questions
asked 2024-07-19T10:42:04.7066667+00:00
Umang Amin 0 Reputation points