Assign Report Assign a report to a staff member.
Assign an open report to a staff member for review. This helps coordinate moderation efforts by indicating who is responsible for handling a specific report.
Requires the X-API-Key header with your server's API key.
X-API-Key: your-api-key-here
Header Type Required Description X-API-Keystring Yes Your server's API key. Content-Typestring Yes Must be application/json.
Parameter Type Required Description idstring Yes The unique identifier of the report.
Field Type Required Description assigneestring Yes The name of the staff member to assign the report to.
{
"assignee" : "StaffMember"
}
Status Code Description 400Invalid request body. Missing or invalid assignee. 401Missing or invalid API key. 404Report not found. 429Rate limit exceeded. 500Internal server error.