Get
/api/v1/moderation.userReports
Get the list of reported users. Permission required: view-moderation-console
Header parameters
X-User-Id
stringRequired
The user ID.
ExampleCkCPNctrgCDfmWLqC
X-Auth-Token
stringRequired
The authentication token.
Example1Dd4iN_ClKn5jl-xPC36snQ4s9Zd5GZnXCQuCNSKcVE
Responses
200
OK
Example 1
{
"reports": [
{
"count": 1,
"reportedUser": {
"_id": "J6Q87AnWP5aNc9xhx",
"createdAt": "2025-02-04T13:02:39.356Z",
"username": "cat.kate",
"emails": [
{
"address": "testaz@example.com",
"verified": false
}
],
"name": "cat kate"
},
"ts": "2026-01-16T07:36:00.020Z"
}
],
"count": 1,
"offset": 0,
"total": 1,
"success": true
}object
reports
Array of object
object
count
integer
reportedUser
object
_id
string
createdAt
string
username
string
emails
Array of object
object
address
string
verified
boolean
name
string
ts
string
count
integer
offset
integer
total
integer
success
boolean
401
Unauthorized
Authorization Error
{
"status": "error",
"message": "You must be logged in to do this."
}object
status
string
message
string