The user's about text, which appears on their profile
can_see_nsfw
null | boolean
Whether this user can view nsfw content
created
string
Datetime of this user's account creation
email
string
The user's email address. Requires certain scopes to access. See the scopes section of the documentation
first_name
null | string
First name.
full_name
string
Combined first and last name
hide_pledges
null | boolean
Whether the user has chosen to keep private which creators they pledge to
image_url
string
The user's profile picture URL, scaled to width 400px
is_creator
boolean
Whether this user has an active campaign.
is_email_verified
boolean
Whether the user has confirmed their email
last_name
null | string
Last name.
like_count
number
How many posts this user has liked
social_connections
object
Mapping from user's connected app names to external user id on the respective app NOTE: since the documentation is object, this can change without notice. For a more accurate representation use the following type using TypeScript module augmentation: `import 'patreon-api.ts' declare module 'patreon-api.ts' { interface CustomTypeOptions { social_connections: Record<string,
thumb_url
string
The user's profile picture URL, scaled to a square of size 100x100px
url
string
URL of this user's creator or patron profile
vanity
null | string
The public "username" of the user. patreon.com/ goes to this user's creator page. Non-creator users might not have a vanity. Deprecated use Campaign.vanity