List reports on a user
Retrieves a list of reports on a user who sends offensive messages.
HTTP request
Parameters
The following table lists the parameters that this action supports.
Parameters
Required | Type | Description |
---|---|---|
offending_user_id | string | Specifies the unique ID of a user who has sent an offensive message. |
Optional | Type | Description |
---|---|---|
token | string | Specifies a page token that indicates the starting index of results to retrieve. If not specified, the index is set to |
limit | int | Specifies the number of results to return per page. Acceptable values are |
Response
If successful, this action returns a list of report resources on the user in the response body.
List of response properties
Property name | Type | Description |
---|---|---|
report_logs | nested object | A list of reports on a user. |
next | string | The value for the |
In the case of an error, an error object is returned. A detailed list of error codes is available here.