https://api.payload.com/legal_entity_owners
Nested Objects
https://api.payload.com/legal_entity_owners/{id}/legal_entity
Example
{
"id": "ownr_YjJGR5sFSLTVYWVXuxi2cT05",
"object": "legal_entity_owner",
"attrs": {},
"birth_date": "2024-08-21",
"city": "string",
"country_code": "string",
"created_at": "2024-08-21 13:35:03",
"email": "[email protected]",
"first_name": "string",
"full_name": "full_name",
"last_name": "string",
"legal_entity_id": "le_1xY29qOJ8XEcaiNCxPaf5NLtt",
"legal_id": "string",
"modified_at": "2024-08-21 13:35:03",
"ownership": 743.98,
"phone_number": "(123) 456-7890",
"postal_code": "postal_code",
"ssn": "numeric",
"state_province": "string",
"street_address": "string",
"title": "string",
"type": "string",
"unit_number": "string",
"years_owned": "numeric"
}
| Attributes | Description |
|---|---|
idstring readonly |
Object ID |
objectstring readonly |
Value: legal_entity_owner |
attrsjson |
Custom object attributes |
birth_datedate |
Birth date of owner |
citystring |
City of the owner |
country_codestring |
Country code of the owner |
created_atdatetime readonly |
None |
email |
Email address of owner |
first_namestring required |
First name of owner |
full_namefull_name required |
Full name of owner |
last_namestring required |
Last name of owner |
legal_entity_idid readonly |
ID of the associated Legal Entity object |
legal_idstring |
Legal Identification |
modified_atdatetime readonly |
None |
ownershipnumber |
Equity position in the company |
phone_numberphone |
Phone number of the owner |
postal_codepostal_code |
Postal code of the owner |
ssnnumeric |
Social security number of owner |
state_provincestring |
State of the owner |
street_addressstring |
Street address of the owner |
titlestring |
Title of owner at the company |
typestring |
Type of owner |
unit_numberstring |
Unit number of the owner |
years_ownednumeric |
Years own the company |