Get Person Profile
firmaradar_get_personRetrieve a person's aggregated profile: roles, shareholdings, birth year, and AML/PEP risk flags, plus bankruptcy exposure from past leadership roles. Name-based matches need manual verification.
Instructions
Aggregated person profile: name, birth year, active roles, shareholdings and any AML/PEP risk hits. Also returns konkurs_eksponering — leadership roles the person held in companies that later went bankrupt (tenure-weighted, from the dated role history). That match is name-based (no national ID), so it is a REVIEW FLAG to verify, not a verdict. Note: this profile lookup does NOT run a PEP/sanctions screening — an empty aml_pep_hits is not a clean bill; use firmaradar_check_aml_pep for an actual screening. Strict PII-sensitive — requires search_full_enabled tier and F10.11 purpose confirmation. Minors are blocked except for super-admin accounts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| purpose | No | Purpose-of-processing string for the F10.11 audit trail. Required when calling against accounts with purpose-confirmation. | |
| person_id | Yes | Person ID — either `person-YYYY-[24 hex]` (from `search_persons` shareholders) or `role-[24 hex]` (from `search_persons` role_persons). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| navn | Yes | ||
| summary | No | ||
| person_id | Yes | ||
| birth_year | No | ||
| active_roles | No | ||
| aml_pep_hits | No | ||
| aml_pep_note | No | ||
| shareholdings | No | ||
| konkurs_eksponering | No |