AristoTelos Academy

UsersSynchronization Job Parameters

UsersSynchronization Job Parameters

Jobs for synchronizing users from an external user source.

Rule defining when synchronized users should be deactivated. Example: "ContractEnd".

Typestring

Path to the source file used for user synchronization.

Typestring

Optional log file name or path.

Typestring

Determines whether successful synchronization should be reported.

TypeBool

Use Cases

UsersSynchronization Job for User Lifecycle Handling

Use Case

DeactivateDay, 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?

UsersSynchronization Job Parameters | AristoTelos Academy