Skip to main content
This function and all other functions in this graphql sdk are deprecated. Please migrate to the new rest api.
This operation is only available on the server.

Required Permissions

  • chat:moderate

Usage

import { whopSdk } from "@/lib/whop-sdk";

const result = await whopSdk.users.unmuteUser({
	// The ID of the user to unmute
	userId: "user_XXXXXXXX" /* Required! */,
});

Example output

const result = true;