Legal Entity Owners

https://api.payload.co/legal_entity_owners

Nested Objects

https://api.payload.co/legal_entity_owners/{id}/legal_entity

Example

{
  "id": "ownr_ujAGe9z5lv3F8UGrm2OXjySc",
  "object": "legal_entity_owner",
  "attrs": {},
  "birth_date": "2022-02-02",
  "city": "string",
  "created_at": "2022-02-02 21:11:49",
  "email": "[email protected]",
  "full_name": "string",
  "legal_entity_id": "le_1Hn2ULeNxz4jTheb10MER5T9V",
  "modified_at": "2022-02-02 21:11:49",
  "ownership": 700.4,
  "phone_number": "(123) 456-7890",
  "postal_code": "postal_code",
  "ssn": "numeric",
  "state_province": "string",
  "street_address": "string",
  "title": "string",
  "type": "string",
  "unit_number": "string"
}
Attributes Description
id
string readonly
Object ID
object
string readonly
Value: legal_entity_owner
attrs
json
Custom object attributes
birth_date
date
Birth date of owner
city
string
City of the owner
created_at
datetime readonly
Timestamp object was created
email
email
Email address of owner
full_name
string required
Full name of owner
legal_entity_id
id readonly
ID of the associated Legal Entity object
modified_at
datetime readonly
Timestamp object was last updated
ownership
number
Equity position in the company
phone_number
phone
Phone number of the owner
postal_code
postal_code
Postal code of the owner
ssn
numeric
Social security number of owner
state_province
string
State of the owner
street_address
string
Street address of the owner
title
string
Title of owner at the company
type
string
Type of owner
unit_number
string
Unit number of the owner