Get employee deductions

If no pagination parameters specified, the default/max is applied. Permissions - UKG Pro service account must have "View" role for the "Personnel Integration" Api endpoints. Headers - US-Customer-Api-Key, Authorization (base64 encoded {username}:{password})

Correct syntax when using parameters are as follows:

  • Get Employee deductions for companyid
    • Example: /personnel/v1/companies/{companyId}/emp-deductions?DedCode={DedCode}
  • Get Employee deductions for companyid and employeeid
    • Example: /personnel/v1/companies/{companyId}/employees/{employeeId}/emp-deductions?DedCode={DedCode}}
  • Get Employee deductions per page
    • Example: personnel/v1/emp-deductions?DedCode={DedCode}&page=1&per_page=100
Language
Authorization
Basic
base64
:
URL