---
title: "Get person details from screening databases"
method: POST
path: "/get-screening-person-details"
---

# Get person details from screening databases

`POST /get-screening-person-details`

Retrieve extended profile data, positions, aliases, sanctions, and other metadata for a specific individual listed in screening databases.

**Parameters:**

-   `companyKey` _(string, required)_ - The company's secret key.
-   `personId` _(string, required)_ – The unique identifier for the person.

## Request body

- GetScreeningPersonDetails
  - `personId` string
  - `companyKey` string

## Response `200`

Success

- GetScreeningPersonDetailsResponse
  - `result` object
    - `entityType` string
    - `firstName` string
    - `middleName` string
    - `lastName` string
    - `gender` string
    - `birthdayTime` string
    - `nationality` string
    - `extraDetails` object[]
      - `groupName` string
      - `details` object[]
        - `detailName` string
        - `properties` object[]
          - `propertyName` string
          - `value` string[]
          - `type` string

## Other responses

- `400` — ArgumntError

---

[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)
