This method has been replaced with Query Member Report Overviews, and will be removed on January 31, 2025.
Retrieves a list of reported members.
You can only call this method when authenticated as a Wix app or Wix user identity.
Retrieved reported members.
Metadata for the paginated results.
curl -X GET \
https://www.wixapis.com/members/v1/member-reports/members \
-H 'Authorization: <AUTH>'
{
"reportedMembers": [
{
"reportedMemberId": "e62e3011-55cf-4de3-a497-e097b52d86b7",
"reportCount": "2",
"reviewed": true
},
{
"reportedMemberId": "50353fbc-b265-4f03-888f-a53aa272758d",
"reportCount": "1",
"reviewed": false
}
],
"pagingMetadata": {
"count": 2,
"total": 2,
"cursors": {}
}
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.