POST

Report Member


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Creates a report for the reported member.

Endpoint
POST
https://www.wixapis.com/members/v1/member-reports

Body Params
memberReportMemberReportRequired

Details of a member to report.

Response Object
memberReportMemberReport

Member report.

Report MEMBERS
Request
cURL
curl -X POST \ https://www.wixapis.com/members/v1/member-reports \ -H 'Content-Type: application/json;charset=UTF-8' \ -H 'Authorization: <AUTH>' \ -d '{ "memberReport": { "reportedMemberId": "e411fe13-9794-42b6-ad62-72c9917f1bac", "reason": { "category": "OTHER", "description": "I think this user's profile info is inappropriate." } } }'
Response
JSON
{ "memberReport": { "id": "dd7cfd02-1837-4fb8-bc6f-86316f0984a9", "reportedMemberId": "e411fe13-9794-42b6-ad62-72c9917f1bac", "reportingMemberId": "50353fbc-b265-4f03-888f-a53aa272758d", "reason": { "category": "OTHER", "description": "I think this user's profile info is inappropriate." }, "createdDate": "2021-10-26T17:22:10.299Z" } }
Errors
400Invalid Argument

There are 2 errors with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Event TriggersThis method triggers the following events:
Did this help?