---
title: "Update identity data of a worker"
method: POST
path: "/public/worker/v1/update-identity-data"
tags: ["Worker"]
---

# Update identity data of a worker

`POST /public/worker/v1/update-identity-data`

## Request body

- UpdateIdentityDataRequestV1
  - `bsnDocument` string — The base64-encoded image of the bsn document.
  - `base64DocumentBack` string, required — The base64-encoded image of the back of the identity document.
  - `base64DocumentFront` string, required — The base64-encoded image of the front of the identity document.
  - `documentType` 'IDENTITY_CARD' | 'PASSPORT' | 'RESIDENCE_PERMIT', required
  - `documentNumber` string, required — The identification document number.
  - `documentExpiryDate` string, date, required — The expiration date of the identification document.
  - `documentNationality` string, required — The country code in ISO 3166-1 alpha-2 format.

## Response `200`

Successfully updated identity data of a worker

## Other responses

- `400` — The request could not be processed. This could be due to a number of reasons: * The request does not have all required data. * Data in the request is invalid. * Data in the request is inconsistent. * The operation is not allowed given the current state of the data.
- `401` — The request did not contain credentials identifying the caller, or the provided credentials were invalid.
- `403` — The data that the request referred to is inaccessible to the caller.

---

[API](https://skmtc.net/maqqie/apis/maqqie-public-api.md) · [All operations](https://skmtc.net/maqqie/apis/maqqie-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/maqqie/maqqie-public-api/revisions/41e5cd97d4d7/schema)
