Person
This object gives you access to user related information. For example, authors of article objects are Persons.
Available properties
Returns the e-mail address of this user.
firstname
Returns the first name of the user.
lastname
Returns the last name of the user.
name
Returns the concatenated name of the user.
phone
Returns the phone number of the user.
to_json
Serializes the user into a JSON string.