Dismiss User Reports

Prev Next
Post
/api/v1/moderation.dismissUserReports

Dismiss a specific reported user from the list of reported users. Permission required: manage-moderation-actions

Header parameters
X-User-Id
stringRequired

The user ID.

ExampleCkCPNctrgCDfmWLqC
X-Auth-Token
stringRequired

The authentication token.

Example1Dd4iN_ClKn5jl-xPC36snQ4s9Zd5GZnXCQuCNSKcVE
Body parameters
Example 1
{
  "userId": "qHWhoJwwgk4bwcoNq",
  "reason": "Description"
}
object
userId
string Required

Enter the user ID of the reported user that you want to dismiss. Make sure that the ID belongs to the reported user.

ExampleqHWhoJwwgk4bwcoNq
reason
string

Enter a reason for dismissing the reported user.

Responses
200

OK

Success
{
  "success": true
}
object
success
boolean
400

Bad Request

Example 1
{
  "success": false,
  "error": "must have required property 'msgId'\n must have required property 'userId'\n must match exactly one schema in oneOf [invalid-params]",
  "errorType": "invalid-params"
}
object
success
boolean
error
string
errorType
string
401

Unauthorized

Authorization Error
{
  "status": "error",
  "message": "You must be logged in to do this."
}
object
status
string
message
string