> 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: Member Reports # Type: Member Report Object # Link: https://dev.wix.com/docs/api-reference/crm/members-contacts/members/activity/member-reports/member-report-object.md ## Description: A report submitted by a member about another member. Reports help maintain community safety by allowing members to flag inappropriate behavior such as spam, harassment, or impersonation. ## Schema: ```json Type: Member Report Object | type: MemberReport Description: A report submitted by a member about another member. Reports help maintain community safety by allowing members to flag inappropriate behavior such as spam, harassment, or impersonation. - name: id | type: string | description: Report ID. - name: value | type: string | description: - name: reportedMemberId | type: string | description: ID of the reported member. - name: reportingMemberId | type: string | description: ID of the member who created the report. - name: reason | type: Reason | description: Reason for reporting a member. - name: category | type: string | description: Report reason type. enum: UNKNOWN, SPAM, IMPERSONATION, HARASSMENT, OTHER - name: description | type: string | description: Explanation of why the member is being reported. - name: createdDate | type: string | description: Date and time the report was created. - name: seconds | type: string | description: - name: nanos | type: number | description: ```