Experimental

Download 268
Last updated Feb 18, 2026

sonar-sync-employees

Synchronizes employee objects based on the given input records, deleting employees that don't exist in the input record set.

The input records should contain the fields dept_code, emp_key, emp_name, emp_title, email, phone, address, join_date, leave_date and locale.

sonar-sync-employees [run=RUN]
run=RUN
Execute API call only if value is 't'

Output Fields

FieldTypeNameDescription
sessionStringSessionRandomly generated GUID of the session.
actionStringActione.g. notify, skip, create, update, deactivate
statusStringStatuse.g. success, failure
emp_keyStringEmployee keyUnique ID of the employee. e.g. A000001
emp_nameStringEmployee nameName of the employee. e.g. John Doe
emp_titleStringEmployee titlee.g. Associate
paramsStringParametersThe old and new values for the changed employee's properties.
errorStringErrorError message.