Getting started
Authentication
Resources
- Access Passes
- Attachments
- Authentication
- Chats
- Direct Messages
- Experiences
- Forums
- Notifications
- Payments
- Users
Users
Get User
Fetch a specific user.
import { whopApi } from "@/lib/whop-api";
const result = await whopApi.getUser({
// ID of the user by tag or the username.
userId: "user_XXXXXXXX" /* Required! */,
});
Was this page helpful?
Assistant
Responses are generated using AI and may contain mistakes.