curl --request GET \
--url https://preview.intermezzo.ai/gb/organizations/{organization_id}/employees/{employee_id}/pension/assessments \
--header 'Authorization: Bearer <token>'[
{
"assessmentDate": "2023-12-25",
"enrolmentRequired": true,
"reEnrolmentIndicator": true,
"qualifyingEarnings": "<string>",
"ageAtAssessment": 123,
"payrunId": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
]Returns the auto-enrolment eligibility assessment log for an employee, most recent first. Each payroll run records an assessment capturing the worker category, qualifying earnings, age, and whether enrolment was triggered. This log forms part of the statutory audit trail required by The Pensions Regulator.
curl --request GET \
--url https://preview.intermezzo.ai/gb/organizations/{organization_id}/employees/{employee_id}/pension/assessments \
--header 'Authorization: Bearer <token>'[
{
"assessmentDate": "2023-12-25",
"enrolmentRequired": true,
"reEnrolmentIndicator": true,
"qualifyingEarnings": "<string>",
"ageAtAssessment": 123,
"payrunId": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
]Documentation Index
Fetch the complete documentation index at: https://docs.intermezzo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Get token from Auth0 and paste it here
Successful Response
ELIGIBLE_JOBHOLDER, NON_ELIGIBLE_JOBHOLDER, ENTITLED_WORKER, EXCLUDED NEW_HIRE, EARNINGS_THRESHOLD, AGE_THRESHOLD, RE_ENROLMENT, PAY_PERIOD_ASSESSMENT ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$Was this page helpful?