id, external_id, metadata and the nested person/company; no timestamps are exposed (GET /endusers/{id} additionally returns owner). Endusers have no status/lifecycle.{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"person": {
"first_name": "string",
"last_name": "string",
"email": "string",
"birthday": "2019-08-24",
"phone_number": "string"
},
"company": {
"name": "string"
},
"metadata": {},
"external_id": "string",
"owner": "534359f7-5407-4b19-ba92-c71c370022a5"
}