Skip to main content
GET
Get Associated Person
Fetches a single associated person by id. The person must belong to the given account, otherwise the request fails with 404. There is no request body.

Path Parameters

string
required
Id of the Platform customer.
string
required
Id of the parent account.
string
required
Id of the associated person (e.g. aap_…).

Response

Returns 200 with the associated-person object. rejection_reasons is a list of { reason, developer_reason } objects and defaults to [].
string
Always "associated_person".
string
Id of the associated person (e.g. aap_…).
string
Id of the parent account.
enum
One of ultimate_beneficial_owner, director, control_person.
boolean
Whether this person is an authorized signer for the entity.
string
Given name.
string | null
Middle name, if any.
string
Family name.
email
Contact email address of the person.
string | null
Contact phone number.
date
Date of birth, ISO 8601 (YYYY-MM-DD).
string
Country of residence, ISO 3166-1 alpha-2.
string
Nationality, ISO 3166-1 alpha-2.
decimal | null
Ownership stake, if any.
Address
Residential address of the person.
enum
One of under_review, approved, rejected.
array
List of { reason, developer_reason } objects. Defaults to [].
string
ISO 8601 timestamp when created.
string | null
ISO 8601 timestamp when last updated.
string
Id of the API key that created the person.
string | null
Id of the API key that last updated the person.