Skip to main content

A user account on Whop. Contains profile information, identity details, and social connections.

id
string
required

The unique identifier for the user.

Example:

"user_xxxxxxxxxxxxx"

username
string
required

The user's unique username shown on their public profile.

Example:

"johndoe42"

name
string | null
required

The user's display name shown on their public profile.

Example:

"John Doe"

created_at
string<date-time>
required

The datetime the user was created.

Example:

"2023-12-01T05:00:00.401Z"

bio
string | null
required

A short biography written by the user, displayed on their public profile.

Example:

"building cool things on the internet"

profile_picture
object
required

The user's profile picture attachment with URL, content type, and file metadata. Null if using a legacy profile picture.