I am working on Dynamics 365 Human Resource implementation. Organization is using Office 365/Azure AD for internal user accounts. The requirement is to connect Azure AD with D365 HR in a way that whenever a new user is created in Active Directory the same user should also be created in D365 HR Users list. This should be done automatically. The objective here is to avoid manual user creation in D365 Apps.
Initially, I thought about achieving this with MS Flow with below approach:
- Using Azure AD connector get list of Users in certain Group.
- Using CDS connector get list of all Users in Dynamics.
- Create new User(s) in CDS/Dynamics HR.
I have the basic understanding that D365 HR uses CDS to store all data but I can't seem to find D365 HR specific Users entity. Hence this approach fails.
So, my question is how to achieve such automatic integration?
I am open to custom development options but can't manage to think of a viable solution. Please share ideas! Thanks.