cURL
curl --request GET \ --url https://api.prod.commenda.io/api/v1/partner/commenda-os/companies/{companyId}/business-entities/{businessEntityId}/persons \ --header 'x-api-key: <api-key>'
{ "persons": [ { "id": 12, "firstName": "Jane", "lastName": "Founder", "dateOfBirth": "1990-04-18", "email": "jane@acme.com", "kycIds": [ { "type": "US_SSN", "name": "Social Security Number", "value": "<string>", "documentId": "<string>", "doesNotHaveKYCId": true, "decryptedValue": "<string>" } ], "locations": [ { "address": {}, "isPrimary": true, "type": [ "RESIDENTIAL" ], "name": "<string>" } ], "stakeholderId": "stk_123", "phoneNumber": "+14155550123", "sharePercentage": 75, "governanceRelationships": {}, "gender": "<string>", "nationalities": [ "<string>" ], "onboardingInfo": {}, "employmentStartDate": "<string>", "directorIdentificationNumber": "00012345", "jobTitle": [ "<string>" ], "startDateOfEmployment": "2025-01-01", "isResidentDirector": true } ], "count": 2 }
List people associated with a business entity within a partner-accessible company.
Commenda company identifier accessible to the authenticated partner.
Commenda business-entity identifier for the specified company.
Persons retrieved successfully
Show child attributes
2
Was this page helpful?