v1

latestOpenAPI 3.0.32026-08-0645108163.2 KB
Worker

Update identity data of a worker

post/public/worker/v1/update-identity-data

Request body

bsnDocumentstring

The base64-encoded image of the bsn document.

base64DocumentBackstring required

The base64-encoded image of the back of the identity document.

base64DocumentFrontstring required

The base64-encoded image of the front of the identity document.

documentType'IDENTITY_CARD' | 'PASSPORT' | 'RESIDENCE_PERMIT' required
documentNumberstring required

The identification document number.

documentExpiryDatestring date required

The expiration date of the identification document.

documentNationalitystring required

The country code in ISO 3166-1 alpha-2 format.

Example request

{
  "documentNationality": "US"
}

Response

Successfully updated identity data of a worker