> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/api-reference/crm/members-contacts/members/activity/member-reports/introduction.md ## Article Content: # About the Member Reports API The Member Reports API allows you to report members for inappropriate behavior, such as spam, hate speech, and harassment. When a report is submitted, the Wix user gets notified about it by email. The Wix user can choose what to do with the report, such as dismiss it or block the relevant member. Reported members are listed in the site's dashboard. With the Member Reports API, you can: - [Report](https://dev.wix.com/docs/rest/crm/loyalty-program/social-media/create-followed-channel.md) a member. - [Delete](https://dev.wix.com/docs/rest/crm/members-contacts/members/member-reports/delete-member-reports.md) member reports. - [Query](https://dev.wix.com/docs/rest/crm/members-contacts/members/member-reports/query-member-reports.md) member reports. ## Before you begin It’s important to note the following before starting to code: - A site must have the [Wix Members Area](https://www.wix.com/app-market/web-solution/members-area) installed from the App Market. ## Use cases - [Notify members who are reported for spam](https://dev.wix.com/docs/rest/crm/members-contacts/members/member-reports/sample-use-cases-and-flows.md) - [Prevent abuse of the reporting system](https://dev.wix.com/docs/rest/crm/members-contacts/members/member-reports/sample-use-cases-and-flows.md) ## Terminology - **Member**: An individual who has registered or been granted access to a website or platform, often with an account, to access features or content that are not available to non-members. Depending on the site, a site member may have various privileges or roles. - **Report**: A formal submission or notification made by a visitor or member to inform the site owner about inappropriate or problematic behavior exhibited by another member. Reports are used to flag actions that may violate community guidelines or site policies. @sdk_package_setup