---
title: "Add person to the blacklist"
method: POST
path: "/add-blacklist-record"
---

# Add person to the blacklist

`POST /add-blacklist-record`

Adds a person to the blacklist based on identifying attributes such as name, document number, or personal number.

**Parameters:**

-   `companyKey` _(string, required)_ - The company's secret key.
-   `query` _(object of strings, required)_ - Object containing query details. **Must include** `reason` and **at least one of** the following: `firstName`, `lastName`, `personalNumber`, `documentNumber`, `birthday`.
    -   firstName (string, optional) - First name of the individual.
    -   lastName (string, optional) - Last name of the individual.
    -   personalNumber (string, optional) - Personal identification number.
    -   documentNumber (string, optional) - Document number (e.g., from an ID or passport).
    -   birthday (string, optional) - Birthday in ISO 8601 format (e.g., 1990-05-14).
    -   reason (string, required) - The reason for blacklisting the individual.
    -  notes (string, optional) - Additional information or context about the blacklisting that may be useful for record-keeping or future reference.

## Request body

- AddBlacklistRecord
  - `companyKey` string
  - `query` object
    - `firstName` string
    - `lastName` string
    - `documentNumber` string
    - `personalNumber` string
    - `birthday` string, date-time
    - `reason` string
    - `notes` string

## Response `200`

Success

- AddBlacklistRecordResponse
  - `result` string

---

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