Block User
Blocks a Twitch user for the specified account. For more information, check out the Twitch API Reference Guide for Block User.
| Box Name | Type | Description |
|---|---|---|
| Channel | Dropdown | Twitch account to block the user from. |
| User Name | String | The username of the person to block. |
Requires the
user:manage:blocked_users and user:read:email Twitch scopes.
Twitch API Endpoint: PUT /helix/users/blocks
| Request Field | Type | Description |
|---|---|---|
| target_user_id | String | The ID of the user to block |
| source_context | String | Optional. Context for blocking the user: chat, whisper |
| reason | String | Optional. Reason for blocking: harassment, spam, other |