v8
OpenAPI 3.1.02026-08-033623795.0 MBRetrieve Current User
Retrieves the authenticated user — the self view of the user object. Same shape as GET /users/{id}, with the self-only fields populated: email (email-read scope), staff (Whop staff only, staff-read scope), balance and earnings_usd (balance-read scope), the opt-in balance_history, and every linked social account.
Query parameters
When set, returns your account-specific profile overrides for this account.
Also compute your balance history (opt-in; runs a heavier query). Ignored for callers without balance-read scope.
Balance-history window start, ISO 8601 date or datetime. Defaults to 30 days ago. Only used with include_balance_history.
Balance-history window end, ISO 8601 date or datetime. Defaults to now. Only used with include_balance_history.
Balance-history point granularity. Defaults to day. Only used with include_balance_history.
IANA time zone the balance-history points are bucketed in. Defaults to UTC. Only used with include_balance_history.
Response
current user retrieved
Example response
{
"social_accounts": [
{
"platform": "x"
}
]
}