Add Suspicious User

Flags a Twitch user as suspicious in the specified channel. For more information, check out the Twitch API Reference Guide for Add Suspicious Status to Chat User.

Box Name Type Description
Channel Dropdown Twitch channel to flag the user in.
User Name String The username of the person to flag.
Status Dropdown Suspicious user status to apply: Active Monitoring or Restricted.

Twitch API Endpoint: POST /helix/moderation/suspicious_users

Request Field Type Description
broadcaster_id String The ID of the broadcaster’s channel to flag the user in
moderator_id String The ID of the moderator flagging the user
user_id String The ID of the user to flag as suspicious
status String Suspicious status to apply: active_monitoring or restricted
Back to the list