| Property | Description | Returns | 
|---|---|---|
| gravatar | Check if the author has a gravatar | bool | 
| gravatarUrl | Get the gravatar url for the author | string | 
| displayName | Get the display name for the author | string | 
| id | int | |
| text | string | |
| website | string | |
| useGravatar | bool | |
| gravatarEmail | string | |
| facebookUrl | string | |
| twitterUrl | string | |
| linkedinUrl | string | |
| created | Get the date the record was created. | DateTime | 
| modified | Get the last modification date for the record. | DateTime | 
| person | Person | |
| image | Image | |
| customFieldValues | Collection (AuthorCustomFieldValue) | |
| 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\Author
Author