---
title: "Update sensitive client"
method: PUT
path: "/v1/sensitivityList"
tags: ["Sensitivity list"]
---

# Update sensitive client

`PUT /v1/sensitivityList`

Use this endpoint to update the details of a client profile on your sensitivity list. <br /><br />**Instructions**: <br /> 1. Make a <a href="ref:get-sensitive-client">Get sensitive client</a> request. <br />2. In this **Update sensitive client** request, update the relevant data, and then re-enter the unchanged data for **all** other parameters. <br />3. Submit the request. <br /><br /><img src="https://files.readme.io/310d4d3-Inline_Caution.svg" align="left" alt="Caution" /> **Caution:** If you <strong>do not</strong> re-enter the unchanged data, the existing data in the profile will be wiped.

## Headers

- `Authorization` string, required — The `access_token` returned in your most recent [Create access token](https://docs.fourthline.com/reference/create-access-token) response.

## Request body

- object
  - `id` string, required — Our unique identifier for the sensitive client, returned in the [Add sensitive client](https://docs.fourthline.com/reference/add-sensitive-client) response. <br /><br />Format: uuid string <br /><br />Example: `790f325a-48c9-4b82-bb53-c0ea128236f0`
  - `lastName` string, required — The client’s last name. <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: Smith
  - `firstName` string — The client’s first name. <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: John
  - `aliases` string — Any other names the client is known by. <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: Muscles
  - `category` string — The sensitivity list category the client falls into. <br />You can define any categories that you want to track. <br /><br />Format: Free text
  - `subcategory` string — The sensitivity list subcategory the client falls into. <br />You can define any subcategories that you want to track. <br /><br />Format: Free text
  - `dateOfBirth` string — The client’s date of birth. <br /><br />Format: Date YYYY-MM-DD <br /><br />Example: `1960-10-18`= October 18, 1960
  - `placeOfBirth` string — The city where the client was born. <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: Sint-Agatha-Berchem
  - `identificationDocumentNumbers` string — The document number of the client’s ID document(s).
  - `taxIdentificationNumber` string — The client’s <Glossary>TIN</Glossary>. <br /><br />Example: 12.34.56-789.01
  - `address` object
    - `street` string — The street of the client’s address. <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: Rue Jean-Baptiste Jansen
    - `streetNumber` integer — The street number of the client’s address. <br /><br />Format: int32 greater than or equal to zero
    - `streetNumberSuffix` string — The suffix of the street number. <br /><br />Format: Alphabetical characters, spaces, hyphens, and numerals <br /><br />Example: 123A
    - `postalCode` string — The zip code of the client’s address. <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: `NW1 6XE`
    - `city` string — The city of the client’s address. <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: `London`
    - `region` string — The region of the client’s address <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: Brussels Capital Region
    - `country` string — The country of the client’s address. <br /><br />Format: ISO 3166-1 alpha-3 <br /><br />Example: BEL
  - `citizenship` string — The country or countries where the client has citizenship <br /><br />Format: Alphabetical characters, spaces, hyphens, and apostrophes <br /><br />Example: Belgium, United States
  - `sex` 'Male' | 'Female' | 'Other' | 'Unknown' — The client’s sex <br /><br />Format: Case sensitive <br />Enum: <br />• `Female`: Female in line with ID document <br />• `Male`: Male in line with ID document <br />• `Other`: ID document contains a value other than `Male` or `Female` <br />• `Unknown`: ID document contains **no** gender field
  - `mobilePhoneNumber` string — The client’s mobile phone number. <br /><br />Format: Must include the country code and begin with `00` or `+` **without** spaces <br /><br />Example: `00324123456789` **or** `+324123456789`
  - `reference` string — Your reference number for the client. <br /><br />Format: Free text
  - `furtherInformation` string — Any additional information. <br /><br />Format: Free text
  - `email` string — The client’s email address. <br /><br />Format: Maximum 254 characters [_-a-zA-Z0-9.+]+@a-zA-Z0-9 <br /><br />Example: `j.smith@example.com`
  - `enabled` boolean — • `true`: This profile is active on your sensitivity list (default). <br /><br />• `false`: This profile **isn’t** active on your sensitivity list.

## Response `200`

Sensitive client updated

- object
  - `id` string — Our unique identifier for the sensitive client, returned in the [Add sensitive client](https://docs.fourthline.com/reference/add-sensitive-client) response. <br /><br />Format: uuid string <br /><br />Example: `790f325a-48c9-4b82-bb53-c0ea128236f0`
  - `url` string — The URL where you can retrieve the sensitive client profile.

## Other responses

- `400` — Invalid request parameters
- `404` — Sensitive client not found
- `422` — The request could not be processed
- `500` — Unexpected server error

---

[API](https://skmtc.net/fourthline/apis/fourthline-apis.md) · [All operations](https://skmtc.net/fourthline/apis/fourthline-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fourthline/fourthline-apis/revisions/7991ae7c8383/schema)
