-
Notifications
You must be signed in to change notification settings - Fork 0
AuthorizedUser
An authorized user is a user granted administrative or team access to a Whop company. Authorized users can manage the company's products, members, and settings according to their role.
$client->authorizedUsers // Matchable\Whop\Resource\AuthorizedUserResource| HTTP | POST authorized-users |
| Does | Grants a user authorized access to a company. |
| Parameters |
$data — attributes (e.g. user ID, company ID, role). |
| Returns | array |
| HTTP | GET authorized-users |
| Does | Lists authorized users. |
| Parameters |
$query — optional filters / pagination. |
| Returns | array |
| HTTP | GET authorized-users/{id} |
| Does | Retrieves a single authorized user by ID. |
| Parameters |
$id — the authorized user ID. |
| Returns | array |
| HTTP | DELETE authorized-users/{id} |
| Does | Revokes a user's authorized access. |
| Parameters |
$id — the authorized user ID. |
| Returns | array |
$authorized = $client->authorizedUsers->create([
'user_id' => 'user_...',
'company_id' => 'biz_...',
'role' => 'admin',
]);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