UsersSynchronization Job Parameters
Jobs for synchronizing users from an external user source.
Rule defining when synchronized users should be deactivated. Example: "ContractEnd".
Typestring
Use Cases
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?
