-
Notifications
You must be signed in to change notification settings - Fork 0
Member
A member is a user who belongs to a Whop company — someone with one or more memberships granting them access to the company's products and experiences. The SDK provides read-only access to members.
$client->members // Matchable\Whop\Resource\MemberResource| HTTP | GET members |
| Does | Lists members. |
| Parameters |
$query — optional filters / pagination. |
| Returns | array |
| HTTP | GET members/{id} |
| Does | Retrieves a single member by ID. |
| Parameters |
$id — the member ID. |
| Returns | array |
Note: this resource is read-only — it exposes only
listandget. For the access grant a member holds, see Membership.
$members = $client->members->list(['limit' => 50]);
$member = $client->members->get('mem_...');Official Whop documentation: https://docs.whop.com
Core Company · AccountLink · File · AccessToken · AuthorizedUser · User · Member · Webhook
Payments & Billing Payment · Checkout · Plan · Product · Membership · Refund · Invoice · PromoCode · PaymentMethod · SetupIntent
Platform & Finance Transfer · FeeMarkup · Topup · Withdrawal · LedgerAccount · PayoutAccount · PayoutMethod
Disputes Dispute · DisputeAlert · ResolutionCenter
Commerce Shipment · Lead · Entry · Review · Affiliate · Stats
Experiences & Courses Experience · Course · CourseChapter · CourseLesson · CourseLessonInteraction · CourseStudent
Communication ChatChannel · DmChannel · DmMember · Message · Reaction · Forum · ForumPost · SupportChannel · Notification
Advertising AdCampaign · AdGroup · Ad
Apps & AI App · AppBuild · AiChat · CompanyTokenTransaction
Verifications Verification