Skip to main content

Is Editor

The Is Editor check determines whether the user who triggered the flow is an editor or has a higher role. Editors are trusted users on Twitch who can manage your stream settings, such as changing the title and category. This check is useful for commands that should only be available to people who help manage your channel.

The user data passes through to whichever output path matches, so you can continue using it in subsequent nodes.

Inputs

NameTypeDescription
UserUserThe user to check.

Outputs

NameTypeDescription
TrueUserThe user, if they are an editor or higher.
FalseUserThe user, if they are not an editor or higher.

Example

Use the Is Editor check after a Chat Command trigger for a !settitle command that allows editors to update the stream title via chat. Only editors and the broadcaster will pass through the True path to execute the title change.