Report a user for violating site rules. This will notify the moderation team to take a look at that user's conduct. Note: repeated reports of the same user by the same user will be silently ignored but appear successful.
POST /api/v1/user/66a5db1f-2785-498d-9068-e24ddbba03f2/report HTTP/1.1
Authorization: Bearer ...
Content-Type: application/json
{
"reason": "This user has violated the rules."
}
----------------------------------------
HTTP/1.1 204 No Content
ETag: W/"a-bAsFyilMr4Ra1hIU5PyoyFRunpI"Authentication is required, but access is granted to all users.
| Name | Description | Value |
|---|---|---|
| userId | the ID of the user to report as a GUID with dashes | string |
| Name | Description | Value |
|---|---|---|
| reason | a textual description of the reason for reporting the user | string |
Successful responses are code 204. Error responses are standard.
NONE