First-Time Password for Pending Workers with Custom Format and Integration Notification
Hey,
I’m working on a solution to create a first-time password for new employees as they become "Pending Worker" . The password should follow a specific format (e.g., based on employee number, such as EmployeeNumber123). However, our email notification setting is disabled, so I need to send notifications through an integration that includes this new password information, and resets the password.
I am following the below steps:
-  User Account Generation: Through HDL, set 
GenerateUserAccount = YandCredentialsEmailSent = Nfor new pending workers created today. - Reset Password via API: Use the 
/hcmRestApi/scim/BulkAPI to reset the password. - Send Username and Password Notification
 
0