Property | Description | Returns |
---|---|---|
fullName | Get the full name of the person | string |
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 |
primaryAddress | Address | |
user | User | |
author | Author | |
addresses | Collection (Address) | |
groups | Collection | |
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