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

Graph API supports the following common operations for a user object:

  • Create a new user in a directory
  • Get a user’s detailed properties, such as their groups
  • Update a user’s properties, such as their location and phone number, or change their password
  • Check a user’s group membership for role-based access
  • Disable a user’s account or delete it entirely

In addition to user objects, you can perform similar operations on other objects such as groups and applications.

Useful Links:

  1. Documentation
  2. MSDN: Azure AD Graph API Reference
  3. Microsoft Graph or Azure AD Graph
1920 questions
0
votes
1 answer

How to integrate Google IDP with Azure ad b2c sign in user flow?

I'm trying to integrate Google identity provider to sign in user flow in Azure Ad B2C. while logging in with google id and password its redirecting to the page which I have provided but with an error "User does not exist. Please sign up before you…
s.sekhar
  • 1
  • 3
0
votes
1 answer

Is there way to exclude the Microsoft default (OOBE) service principals?

I want to have a list of all NON-Microsoft-Default service principals in my tenant, exclude all OOBE apps. I can´t find any property on a service principal object returned by either the Get-AzureADServicePrincipal PS cmdlet or the Graph-API…
0
votes
1 answer

Graph API to access oneDrive for business items/ffiles

I am working on a document management application, which users should be able to access folders in oneDrive, sometime work on the same document/file, edit, copy document in application and upload document from application to the oneDrive. And it…
Mirana
  • 37
  • 1
  • 8
0
votes
1 answer

Azure portal, graph api: guest user

I am setting up a graph api in order to access oneDrive and read/write files. I am trying to setup all this for our customer organisation, they added me as a guest user. When I want to access their oneDrive, I get authorization…
Mirana
  • 37
  • 1
  • 8
0
votes
2 answers

How to use graph api for social login in Azure AD B2C without using Microsoft page?

I am creating an application that uses Azure AD B2C for authorization where I'm not going to use Microsoft's login page. Here in this customized login page, I want to use social login. I have already done login for Azure AD B2C registered user using…
0
votes
2 answers

Graph Connect sample not working for multi tenancy in .Net core MVC app

I've followed this sample (https://github.com/microsoftgraph/aspnetcore-connect-sample) to get my .net core mvc app to connect to graph using azure AD and get the user picture and job detail. It let's me log in with one tenancy,and gets everything…
0
votes
2 answers

Adding a Group as a member of a Group using Azure Graph API

I'm using Azure Graph API with Azure AD B2C and I'm trying to add a Group as a member of a Group I have successfully preformed a range of other calls against Azure Graph API including adding a User as a Member of a Group. This is the call I'm…
DumontNZ
  • 43
  • 9
0
votes
1 answer

Get Azure AD AuditLogs using powershell cmd-let/REST API

I need to get info about changes made on Directory roles (for example Global Administrator) I need details like, username - A) user who made a change, B) timestamp, C) action - add a user to a group or remove, D) name of the group to which user has…
0
votes
1 answer

Fetching user information from Azure AD

I have created an application on Azure AD and I have assigned User.Read.All permission to my application. That being said, I can generate an access token for the app from Postman. When generating access token I supply - client_id:…
Jahid Shohel
  • 1,395
  • 4
  • 18
  • 34
0
votes
1 answer

Not Able to create Subscription to mailbox using Microsoft graph API

Getting Subscription validation failed.Must respond with 200 OK error I was trying to create a subscription using Microsoft graph API. We have exposed a notification URL which on receiving the post-call from the graph API will respond with the…
Manikandan
  • 11
  • 2
0
votes
2 answers

What does it mean "Another object with the same value for property proxyAddresses already exists" during licensing an user in Azure AD?

I'm using the Microsoft Graph API versin 1.0 to update a batch of user and for some I receive the following error message: Another object with the same value for property proxyAddresses already exists. This happens with some few user, but not with…
AlexSC
  • 1,823
  • 3
  • 28
  • 54
0
votes
1 answer

What does it mean "Property has an invalid value"?

During the creation of a batch of users in Azure AD by using the Graph API version 1.0 I receive the followiing error message: Property has an invalid value As you can see, there is not property name in the message, so I can't understand the real…
AlexSC
  • 1,823
  • 3
  • 28
  • 54
0
votes
1 answer

Azure invite using Graph API, no token in redirect url

I successfully followed this guide: https://www.rickvandenbosch.net/blog/invite-aad-user-microsoft-graph/ and can use the Graph API to invite and add users to my Azure tenant. I'm having a problem with the callback that the user is redirected to…
markpsmith
  • 4,860
  • 2
  • 33
  • 62
0
votes
1 answer

Teams past messages can no longer be retrieved with the API

I used Microsoft Teams' message acquisition API. It was able to get all the messages so far. However, since yesterday, suddenly I can no longer get the messages I have received so far. Is this a bug? Messages from yesterday and later can be obtained…
0
votes
1 answer

How to disable specific apps in a faculty license by Azure AD API?

I'm using the REST Azure AD API to disable a certain application of a user. The license already in effect is Office 365 A1 for faculty and the product I want to disable is Sway (this is just a test). According to documentation, all I have to do is…
AlexSC
  • 1,823
  • 3
  • 28
  • 54
1 2 3
99
100