---
title: "Set person on monitoring"
method: POST
path: "/monitor-screening-query"
---

# Set person on monitoring

`POST /monitor-screening-query`

Enable ongoing monitoring of a specific individual in screening databases. If the person is already on monitoring, an appropriate error will be returned.

**Parameters:**

-   `companyKey` _(string, required)_ - The company's secret key.
-   `query` _(object, required)_ – The parameters for querying the database.
    -   `fullName` _(string, required)_ – The last name of the individual.
    -   `birthdayTimeFrom` _(string, optional)_ – The start date and time of the birthday range in ISO 8601 format.

## Request body

- MonitorScreeningQuery
  - `companyKey` string
  - `query` object
    - `fullName` string
    - `birthdayTimeFrom` string

## Response `200`

Success

- MonitorScreeningQueryResponse
  - `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)
