Profile
Deprecated
This class is deprecated and will be removed in a future release.
Replace with
com.gravatar.restapi.models.Profile
A user's profile information.
Parameters
The SHA256 hash of the user's primary email address.
The user's display name. This is the name that is displayed on their profile.
The full URL for the user's profile.
The URL for the user's avatar image if it has been set.
The alt text for the user's avatar image if it has been set.
The user's location.
The about section on a user's profile.
The user's job title.
The user's current company's name.
A list of verified accounts the user has added to their profile. This is limited to a max of 4 in unauthenticated requests.
The phonetic pronunciation of the user's name.
The pronouns the user uses.
A list of links the user has added to their profile. This is only provided in authenticated API requests.
Additional images a user has uploaded. This is only provided in authenticated API requests.
The number of verified accounts the user has added to their profile. This count includes verified accounts the user is hiding from their profile. This is only provided in authenticated API requests.
The date and time (UTC) the user last edited their profile. This is only provided in authenticated API requests.
The date the user registered their account. This is only provided in authenticated API requests.