UsersSynchronization Job for User Lifecycle Handling
Use CaseDeactivateDay, ReportSuccess and LogFileName fields control automatic user deactivation and synchronization monitoring behavior.
Automatically deactivate users on contract end
{
"DeactivateDay": "ContractEnd"
}
Report successful synchronization execution
Useful for monitoring whether synchronization jobs completed successfully.
{
"ReportSuccess": true
}
Store synchronization logs into custom log file
Useful for troubleshooting synchronization issues and reviewing synchronization history.
{
"LogFileName": "users_synchronization.log"
}
Was this helpful?
