v8
latestOpenAPI 3.1.02026-08-033623795.0 MBUsers
Retrieve User
Retrieves a user's public profile by user_ tag or username, including linked social accounts — reading your own profile returns every linked account, other profiles only what is public on Whop (the primary Discord and the X account). Self-only fields (email, staff, balance) are always null here; use GET /users/me to read them.
get/users/{id}
Query parameters
account_idstring
When set, returns the user's account-specific profile overrides for this account.
Response
user retrieved
Example response
{
"social_accounts": [
{
"platform": "x"
}
]
}