5cb82e369b70

latestOpenAPI 3.0.32026-08-06134961.9 KB
Onboarding flow

Update the info of a worker

post/public/onboarding/v1/update-worker

Request body

workerIdstring uuid
mobileNumberstring

The mobile number of the worker.

emailAddressstring email
ibanstring required

Example request

{
  "workerId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "emailAddress": "emailAddress",
  "address": {
    "zipCode": "zipCode",
    "country": "US",
    "city": "city",
    "street": "street",
    "houseNumber": "houseNumber",
    "houseNumberAddition": "houseNumberAddition"
  },
  "mobileNumber": "mobileNumber",
  "iban": "iban"
}

Response

Successfully updated a worker