v1

latestOpenAPI 3.0.02026-07-2464438356.8 KB
Associated Persons

List associated persons

Returns all associated persons for the organization, including each associated person's uploaded attestations.

get/api/compliance/{organizationId}/associated-persons

Path parameters

organizationIdstring uuid required

Response

Associated persons returned successfully.

Example response

{
  "persons": [
    {
      "relationships": [
        "BENEFICIAL_OWNER"
      ],
      "createdAt": "2026-02-24T12:00:00.000Z",
      "updatedAt": "2026-02-24T12:00:00.000Z",
      "uploadedAttestations": []
    }
  ]
}