Search.../

Introduction

The backend Wix Members API allows you to manage member access to your site as well as view and manage site members.

To use the backend Wix Members API, import the applicable named exports from wix-members-backend:

import { authentication, authorization, badges, currentMember, members } from 'wix-members-backend';
js | Copy Code

Note: Functions in the Authentication, Authorization, Badges, and Members APIs can only be triggered by site collaborators with Manage Site Members permissions.

Was this helpful?