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, and leave_date.
sonar-sync-employees [run=RUN]
- run=RUN
- Execute API call only if value is 't'
Output Fields
Field | Type | Name | Description |
---|---|---|---|
session | String | Session | Randomly generated GUID of the session. |
action | String | Action | e.g. notify, skip, create, update, deactivate |
status | String | Status | e.g. success, failure |
emp_key | String | Employee key | Unique ID of the employee. e.g. A000001 |
emp_name | String | Employee name | Name of the employee. e.g. John Doe |
emp_title | String | Employee title | e.g. Associate |
params | String | 매개변수 목록 | 변경된 임직원 속성에 대한 이전 값과 새 값의 목록 |
error | String | Error | Error message. |