approveMember( )


Changes member status to APPROVED and gives access to members-only pages.

Call this API to:

  • Approve a pending member.
  • Unblock a blocked member.
Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Members
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
_idstringRequired

ID of the member to approve.

Returns
Return Type:Promise<ApproveMemberResponse>
Did this help?