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 = Y
andCredentialsEmailSent = N
for new pending workers created today. - Reset Password via API: Use the
/hcmRestApi/scim/Bulk
API to reset the password. - Send Username and Password Notification
0