# Retrieve legal owner by client Id Return all legal owners for a given client id Endpoint: POST /api/tenant/{tenantId_path}/legalOwners/GetLegalOwnersByClientId Version: v1 ## Path parameters: - `tenantId_path` (string, required) ## Request fields (application/json-patch+json): - `clientId` (string) ## Response 200 fields (text/plain): - `list` (array) - `list.id` (string) - `list.name` (string) ## Response 400 fields (text/plain): - `error` (string)