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

Parameters:

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :employment_status (EmploymentStatusNotNullNotNullable)

    Optional query parameter. Use to enable server-side filtering of the &#x60;employment_status&#x60; attribute. Will only include individuals with that attribute explicitly set (ie if an individuals has a &#x60;null&#x60;, it will not be returned if this parameter is set)

Returns:



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