Method: OpenapiClient::XHRVerticallyIntegratedApi#xhr_employees20230301
- Defined in:
- lib/openapi_client/api/xhr_vertically_integrated_api.rb
#xhr_employees20230301(opts = {}) ⇒ Array<EmployeeResponse>
Employees List the individuals (employees, contractors, accountants, and others) listed in the HRIS/Payroll software
84 85 86 87 |
# File 'lib/openapi_client/api/xhr_vertically_integrated_api.rb', line 84 def xhr_employees20230301(opts = {}) data, _status_code, _headers = xhr_employees20230301_with_http_info(opts) data end |