If a user is terminated in UKG, will that disable the user’s AD account?

If a user is terminated in UKG, will that disable the user’s AD account?

1 Like

The Enable Account mapping is used to determine if a user must be enables or disabled.

By setting the Enable Account mapping to …

Employment.EmployeeStatusCode == 'A'

This expression states that the user account must be enabled if the employees status is Active. If the employees status is not Active, then disable the user account. So if the employee has a status of Terminated or Leave, then the user account will be disabled.