Home > Software engineering >  Best way to integrate with Azure AD for adding users to group
Best way to integrate with Azure AD for adding users to group

Time:09-29

I am trying to add a user to a group. Currently I'm just using postman I was planning on moving this into a java app that is pulling HR data and putting adding the users/groups into AD. It appears that the Microsoft Graph API I was using is no longer allowing this Per the documentation I found below: enter image description here

Create User:

enter image description here

Adding the newly created user to the newly created group:

enter image description here

From azure portal:

enter image description here

  • Related