approveByEmail( )


Approves a pending member using an email address.

The approveByEmail() function returns a Promise that resolves to a session token when the specified member is approved.

Note: This function replaces the deprecated wix-users-backend.approveByEmail(). The deprecated function will continue to work, but it will not receive updates. To keep any existing code compatible with future changes, see the migration instructions.

A new member's status is "PENDING" when the site's membership policy is set to manual approval. To learn more about setting your site's membership approval policy, see Editing Your Member Signup Settings.

Method Declaration
Copy
Method Parameters
emailstringRequired

Login email address of the member to approve. Must belong to an existing member.

Returns
Return Type:Promise<string>
Was this helpful?
Yes
No