Method: OpenapiClient::XHRVerticallyIntegratedApi#xhr_groups20230301

Defined in:
lib/openapi_client/api/xhr_vertically_integrated_api.rb

#xhr_groups20230301(opts = {}) ⇒ Array<GroupResponse>

Groups The Group object is used to represent any subset of employees, such as PayGroup, Team, or Department. Employees can be in multiple Groups.

Parameters:

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

    the optional parameters

Returns:



205
206
207
208
# File 'lib/openapi_client/api/xhr_vertically_integrated_api.rb', line 205

def xhr_groups20230301(opts = {})
  data, _status_code, _headers = xhr_groups20230301_with_http_info(opts)
  data
end