Stream Kit Docs
API ReferenceTwitch

User Banned (EventSub)

Twitch trigger: twitch:twitch:moderation:user-banned-eventsub

User Banned (EventSub)

Trigger IDtwitch:twitch:moderation:user-banned-eventsub
PluginTwitch
CategoryModeration

Variables

Copy variables into handler fields using {variableName} syntax.

{user}{userId}{reason}{broadcasterId}{channel}
NameTypeDescription
{user}
string

Display name of the user who triggered the event.

Example: TestUser

{userId}
string

Platform user ID of the chatter or actor.

Example: 999001

{reason}
string

Reason (string).

Example: Test moderation reason

{broadcasterId}
string

Broadcaster channel ID for the connected account.

{channel}
string

Channel login or display name where the event occurred.

Conditions

ConditionDescription
UsernameMatch chatter username (equals, contains, starts with, ends with). Leave empty to always match.

On this page