Forum Discussion
johnjohn-Peter
Nov 08, 2023Iron Contributor
Can we access On-Premises Active Directory using Power automate flows, to create new users and assig
We have a SharePoint list which contain the following info:-
1) First Name
2) Second Name
3) Last Name
4) Licenses. those are stored inside a comma separated text
5) Status. completed/uncompleted
now we want to do the following:-
1) Create a scheduled flow which iterate over the SharePoint list .
2) If the item status = uncompleted
3) Send a request to on-premises AD >> to check if the email address email address removed for privacy reasons already exists.
4) IF not, to create a new account.
5) after creating the new account , to assign the licenses to the new user..
can we automate this process using Power automate?
Thank
- You should be able to do this using Cloud flow that triggers Power Automate Desktop on the server to create the user. But with that said, there's no built-in connector for you can just use to create an user.
Check this training:
https://learn.microsoft.com/en-us/training/modules/pad-active-directory/