Retrieves beneficial owners (business stakeholders) for bank account applications. BANK callers see all stakeholders across their partner VSPs. PLATFORM callers see stakeholders for their visible organizations. When available, the last 4 digits of the SSN are returned via the ssnLast4 field.
Required scopes: embedded:beneficialowner:read
Documentation Index
Fetch the complete documentation index at: https://docs.tesouro.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the organization to perform this operation on behalf of. Required for BANK and PLATFORM app token callers targeting a specific organization. If omitted, the request uses the authenticated caller's own organization. Must be a valid non-empty UUID. Present but malformed values return 400.
Number of items to return (default 25, max 100).
Opaque pagination token from a previous response.
Beneficial owners retrieved successfully.
A paginated response containing a page of results and navigation tokens.
The items in the current page.
A token that can be sent in the pagination_token query parameter to get the next page of results, or null if there is no next page.
A token that can be sent in the pagination_token query parameter to get the previous page of results, or null if there is no previous page.