v8
OpenAPI 3.1.02026-08-033623795.0 MBMemberships
Resync access membership
Re-run access fulfillment for a membership. Recomputes the member's content access on Whop, re-validates their Discord link (re-adding them to the server and re-assigning roles if needed), and re-fulfills TradingView indicator access. Telegram access is invite-based and cannot be resynced here. The outcome is written to the membership's logs.
Required permissions:
- membership:resync_access
- member:email:read
- member:basic:read
post/memberships/{id}/resync_access
Path parameters
idstring required
Example:mem_xxxxxxxxxxxxxx
The unique identifier of the membership to resync access for.
Response
A successful response
Example response
{
"member": {
"access_level": "no_access"
},
"status": "trialing"
}