| Property | Description | Returns | 
|---|---|---|
| fullName | Get the full name of the person | string | 
| ordersCount | Get the number of orders for this person | int | 
| hateoasLinks | Get the HATEOAS links for the record | array | 
| deleteUrl | Get the url for deleting the record. | string | 
| editUrl | Get the url for editing the record. | string | 
| manageUrl | Get the url for managing records. | string | 
| id | int | |
| string | ||
| title | string | |
| gender | string | |
| firstName | string | |
| middleName | string | |
| lastName | string | |
| created | Get the date the record was created. | DateTime | 
| modified | Get the last modification date for the record. | DateTime | 
| user | User | |
| author | Author | |
| personAddresses | Collection (PersonAddress) | |
| groups | Collection | |
| productInterests | Collection (ProductInterest) | |
| customFieldValues | Collection (PersonCustomFieldValue) | |
| customFieldContent | Get a serialized representation of the custom fields associated with the record | object | 
| customFields | Get the custom fields for this entity | array | 
Users\Models\Api\Person
Person