Get employee data by specifying a set of fields. This is suitable for getting basic employee information, including current values for fields that are part of a historical table, like job title, or compensation information.
Optionalfields: (keyof Fields)[]OptionalonlyCurrent: booleanGets employee directory.
Returns a cursor-paginated collection of employees with optional filter and sort criteria.
Optionaloptions: EmployeesListOptionsUpdate an employee, based on employee id.
Update an employee, based on employee id.