Submits a report about potentially harmful content or behavior for review by the server staff.

This method requires an access token, but no permissions.

Parameters

owner_id
integer

User identifier or minus group identifier being reported.

reason
enum

The reason for the report.

  • spam – Spam
  • rules – The actor violates some server rules. Only available when there are rules defined on the server. At least one rule identifier must be specified in rule_ids
  • illegal – Illegal content or activities
  • other – Anything that doesn't fit into the above categories
rule_ids
string

Which server rules are being violated, identifiers as a comma-separated string. Only meaningful when reason is rules.

content
array of objects

Any content to be attached to the report. owner_id must be a user and the content must be authored by that user. JSON array.

type
enum

The type of the content object.

Possible values: wall_post, wall_comment, comment, message, photo.

id
string

Identifier of the content object.

forward
boolean

If owner_id refers to an actor on another server, whether to forward (anonymously) the report to that server.

By default false.

comment
string

An optional comment for the server staff.

Result

Returns true on success.

Errors

Global errors may occur when calling this method.