Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sanity2 #2401

Merged
merged 1 commit into from
Sep 19, 2023
Merged

sanity2 #2401

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ With the Members API, you can:
- [Create](wix-members-v2/members/createmember), [update](wix-members-v2/members/updatemember), and [delete](wix-members-v2/members/deletemember) site members.
- [Retrieve](wix-members-v2/members/querymembers) member's information from your site.
- [Add](wix-members-v2/members/joincommunity) the currently logged in member to your site's community, or [remove](wix-members-v2/members/leavecommunity) the member from your site's community.
- [Clear](wix-members-v2/deletememberaddress) a members contact information such as their addresses, phone numbers, and emails.
- [Clear](wix-members-v2/deletememberaddress) a member's contact information such as their addresses, phone numbers, and emails.

To use the Members API, import `{ members }` from the `wix-members.v2` module.

Expand Down