Skip to main content
This guide walks you through ingesting Members - the individuals and entities associated with corporate clients as Ultimate Beneficial Owners (UBOs), Directors, Officers, or Signatories. Full API endpoint details are available in the API Reference (requires API credentials).
Before ingesting members, make sure the related corporate clients have already been ingested. See the Ingesting Clients guide.

Overview

Members represent the people and entities behind a corporate client. Each member has:
  • A role type defining their relationship to the corporate (e.g., OWNER, DIRECTOR, BENEFICIAL_OWNER)
  • Screening statuses for Sanctions, PEP, and Adverse Media checks
  • An approval status reflecting their overall verification state
Members support upsert behavior: if a member with the same referenceId already exists, it will be updated.

Available Role Types


Step 1: Create Individual Members

Endpoint: POST /v1/members/individuals Use this endpoint to add natural persons (e.g., UBOs, directors) to a corporate client.

Key Fields

You can also include identityDocuments inline when creating a member (see Step 2).

Step 2: Add Identity Documents

Endpoint: POST /v1/members/individuals/{memberId}/documents After creating a member, you can add identity documents to them.

Supported Document Types

You can add up to 10 identity documents per member. Documents can also be included inline in the identityDocuments array when creating the member in Step 1.

Step 3: Create Corporate Members

Endpoint: POST /v1/members/corporates For nested corporate ownership structures, you can add corporate entities as members of another corporate client.

Step 4: Update Members

Use the PUT endpoints to update existing member data as screening results change or information is updated.

Update an Individual Member

Endpoint: PUT /v1/members/individuals/{memberId}

Update a Corporate Member

Endpoint: PUT /v1/members/corporates/{memberId}
All fields are optional on update - only include the fields you want to change.

What’s Next?

Accounts & Wallets

Ingest bank accounts and blockchain wallets for your clients.

Ingest Operations

Ingest deposits, withdrawals, and trades.