Retrieves the details of an existing user.
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
The unique identifier or username of the user.
"user_xxxxxxxxxxxxx"
A successful response
A user account on Whop. Contains profile information, identity details, and social connections.
The unique identifier for the user.
"user_xxxxxxxxxxxxx"
The user's unique username shown on their public profile.
"johndoe42"
The user's display name shown on their public profile.
"John Doe"
The datetime the user was created.
"2023-12-01T05:00:00.401Z"
A short biography written by the user, displayed on their public profile.
"building cool things on the internet"
The user's profile picture attachment with URL, content type, and file metadata. Null if using a legacy profile picture.