Employee Onboarding¶
The Employee Onboarding API endpoint allows employers to seamlessly enrol employees into the YIP scheme. This process ensures that all eligible employees are correctly registered with the pension scheme.
(Please see Sovereign OpenAPI documentation for detailed schema)
Request onboarding two employees¶
To onboard multiple employees, utilise the POST request with the following URL:
And provide the necessary JSON payload as follows:
application/json
{
"employees": [
{
"socialSecurityNo": "GY502564",
"dateOfBirth": "1978-08-31",
"firstName": "Gerald",
"lastName": "Palmer",
"title": "Mr",
"gender": "Male",
"schemeRegistrationDate": "2018-11-13",
"companyJoinedDate": "2018-11-13",
"emailAddress": "gerald@contoso.com",
"passportNumber": "Y82220084",
"nationality": "British",
"countryOfBirth": "United Kingdom",
"addressDetails": {
"addressLine1": "93 Wartnaby Road",
"city": "Acton",
"postcode": "CW5 3NB",
"country": "United Kingdom"
}
},
{
"socialSecurityNo": "GY338669",
"dateOfBirth": "1964-06-29",
"firstName": "Judy",
"lastName": "Haley",
"title": "Ms",
"gender": "Female",
"schemeRegistrationDate": "2020-01-22",
"companyJoinedDate": "2020-01-22",
"emailAddress": "jhaley@contoso.com",
"passportNumber": "Y2662435",
"nationality": "British Overseas National",
"countryOfBirth": "United Kingdom",
"addressDetails": {
"addressLine1": "84 Gloucester Road",
"city": "Cilgwyn",
"postcode": "SA20 6BU",
"country": "United Kingdom"
}
}
]
}
Last update:
February 15, 2024
Created: July 19, 2023
Created: July 19, 2023