We're looking to utilise the employee data contained within HCM to populate our Microsoft Active Directory.
Has anyone successfully done this and would you be willing to share experience / knowledge?
We done this from Infor and also other 3rd party apps. Extract the changes from Infor using ION API and then programmatically update Active Directory via the LDAP API using the development language of your choice. I have used Java but it should work from other development platforms as well. You will need an account with the proper Active Directory permissions to create and update data. Not sure if any 'no code' solution exists in Process Automation. I believe you can read LDAP data but I an unaware of a way to update it.