Forum Discussion
Dustin_Halvorson
Jul 30, 2019Iron Contributor
Ceridian Dayforce Automatic User Provisioning / Sync
Has anyone done any work on creating scripts to sync attributes and/or automatically provision users from Ceridian's Dayforce HR app? I've seen a couple hints out there from users that have built wo...
ChrFrohn
May 17, 2024Copper Contributor
I was facing a similar task with building an integration from my HR system to the automatic user provisioning. I ended up with using the API of the HR system and the loading the data into a Azure SQL database and then connecting it to the API-driven user provisioning.
I wrote about it here: https://www.christianfrohn.dk/2024/05/15/using-api-driven-user-provisioning-with-an-azure-sql-database-as-source-of-truth/
Hope it helps!
//Christian
I wrote about it here: https://www.christianfrohn.dk/2024/05/15/using-api-driven-user-provisioning-with-an-azure-sql-database-as-source-of-truth/
Hope it helps!
//Christian