Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [azure-ad-graph-api]

Use this tag for Azure AD Graph API (see link [1] in details below) related questions (not Microsoft Graph). The Azure Active Directory Graph API provides programmatic access to Azure AD through REST API endpoints. Applications can use the Graph API to perform create, read, update, and delete (CRUD) operations on directory data and objects

0 votes
0 answers
24 views

User info endpoint intermittently sending incorrect data when impersonating [closed]

Issue is happening intermittently and seemingly at no specific interval. Admin user is impersonating another user, when the user-info endpoint is hit with the impersonated access_token, some details ...
Joseph Freitas's user avatar
0 votes
0 answers
41 views

How to handle deliberate errors for testing Axios requests with invalid credentials in Node.js?

I'm developing a Node.js script that interacts with the Microsoft Graph API using Axios for fetching user information and group memberships. To test error handling scenarios, I deliberately used ...
Salt's user avatar
  • 51
-1 votes
0 answers
35 views

Sonar: Microsoft Graph API Send Email With Attachment [closed]

Sending an email with file attachment using below shared code snippet. Everything is working well and receiving emails. But the problem here is, sonar complaining that the 2nd parameter in the ...
Karkala Srikanth's user avatar
0 votes
1 answer
88 views

How to register device on Entra ID programatically

I'm trying to register a device programmatically with Entra ID (formerly known as Azure Active Directory) for my organization's internal application. I've read through the official Microsoft ...
service1 user's user avatar
0 votes
0 answers
97 views

Interactive Azure AD Authentication error

Inputs : Web api app hosted in Azure App in Azure AD registered as a public client (for graph api purposes, I need an Interactive auth mode) Locally, everything works well. I have set the ...
andrey1567's user avatar
1 vote
1 answer
49 views

Is there a way for me to gather all the times that users from a given group have activated assigned roles in AzureAD?

I am currently working on trying to organise some groups and what their respective eligible and active roles are, and I have been able to do that so far. Here is an example of what I have done so far ...
cheerrycherry's user avatar
-1 votes
1 answer
37 views

How to page through Microsoft graph change notification subscriptions?

I've created 22 subscriptions in the graph API via POST /subscription endpoint. When I fetch the full list of subscriptions (GET /subscriptions), I receive a page of 20 subscriptions and a @odata....
Ian Herbert's user avatar
  • 1,069
1 vote
1 answer
120 views

Use access token from Azure AD app to use with sharepoint REST API

I have an Azure AD app registered and my web app requires using both graph-api and REST API to fetch sharepoint account information. For eg: https://domain.sharepoint.com/_api/Web/RoleAssignments ...
Wajih Siddiqui's user avatar
0 votes
1 answer
67 views

Unable to Retrieve Online Meetings Data Using Microsoft Graph API

I'm currently working on an application that needs to retrieve all online meetings for a specific user using the Microsoft Graph API. Despite following the official documentation, I'm encountering an ...
Rik's user avatar
  • 32
1 vote
2 answers
82 views

Issue in sending personal message in MS Teams with Graph API

I registered my application in Azure AD website and collected the tenant ID, client ID, and client secret. I was able to generate the access token and chat ID for personal messaging which is requested ...
Anish's user avatar
  • 13
0 votes
1 answer
71 views

message count obtained in outlook folder graph query is not equal to count of actual messages in folder

generally in graph we can obtain the high level details of a folder using folder query and next level details such as the data of emails were obtained using message query usually the high level data ...
sriram's user avatar
  • 15
0 votes
1 answer
87 views

MSAL.js "offline_access" Scope Missing from Token Response

unable to see offline_access Scope Missing from Token Response I'm using MSAL.js in my Outlook Add-in to authenticate users and obtain tokens. My configuration includes the offline_access scope, but ...
Waqar's user avatar
  • 3
0 votes
2 answers
189 views

How to remove proxyaddresses from B2C user?

I'm trying to update a user's email, but I can't because the proxy addresses are already in use. The problem is that the email is a proxy address of another, not the main one, and we cannot use it for ...
Pedro's user avatar
  • 56
0 votes
1 answer
86 views

C# CS1061 Error with '.Request' (Trying to update users in an Azure AD B2C through external app)

I have been struggling with a CS1061 error for '.Request()' and cannot seem to figure it out, if anyone can think of a solution or a work around it would be greatly appreciated! The program is running ...
Prime Capybara's user avatar
0 votes
1 answer
107 views

Issue with move folder API in Microsoft Graph when Email ID contains "/"

When attempting to move a folder using the following endpoint: Endpoint: https://graph.microsoft.com/v1.0/me/messages/{EmailId}/move I'm encountering an error when the EmailId parameter contains a &...
Waqar's user avatar
  • 3

15 30 50 per page
1
2 3 4 5
133