Update the currently authenticated user’s profile.
Required permissions:
user:profile:updateA 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 ***************************
Parameters for UpdateUserProfile
A short biography displayed on the user's public profile.
The user's display name shown on their public profile. Maximum 100 characters.
The user's profile picture image attachment.
The user's unique username. Alphanumeric characters and hyphens only. Maximum 42 characters.
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.