v1
latestOpenAPI 3.0.02026-07-2464438356.8 KBAssociated Persons
Create an associated person
Creates an associated person — a beneficial owner or control person — and attaches them to the organization. To include them in a business compliance review, reference their ID from the business associated persons attestation. An organization may have one control person and up to four beneficial owners. The same individual can act as both.
post/api/compliance/{organizationId}/associated-persons
Path parameters
organizationIdstring uuid required
Request body
Example request
{
"relationships": [
"BENEFICIAL_OWNER"
]
}Response
Associated person created.
Example response
{
"relationships": [
"BENEFICIAL_OWNER"
],
"createdAt": "2026-02-24T12:00:00.000Z",
"updatedAt": "2026-02-24T12:00:00.000Z",
"uploadedAttestations": []
}