Get Employee Contributions

Returns the list of employer contributions assigned to an employee, including company-level contribution details and employee-level contribution configuration details such as contribution method, amount per pay, monthly limit, and annual limit. When EmployeeUUID is provided, returns contributions only for that employee and EmployeeStatus is ignored. When EmployeeUUID is not provided, returns contributions for employees within the company based on the EmployeeStatus filter.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Employee unique identifier (UUID). When provided, returns contributions only for this employee.

string
enum

Filter employees by employment status. Accepted values: Active, Terminated, All. Default: Active and Future (when employeeUUID is not provided). Ignored when employeeUUID is provided.

Allowed:
integer
≥ 1
Defaults to 1

Page number. Default: 1

integer
1 to 25
Defaults to 25

Number of records per page. Default: 25

Headers
string
required

The company unique identifier

Responses

400

In case the request has some invalid parameter.

401

In case Security key is not provided or invalid.

500

In case system is unable to fulfil the request due to some internal error.

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*