Unban User

Unban a Twitch user

Parameters

User Loginrequired
String

can be a user name or a variable like %userName%

Variables

The following variables will be populated after executing this sub-action:

Description
unbanResultbool

indicator whether the unban has been successful or not

True/False
unbannedUserstring

display name of the unbanned user

PewDiePie
unbannedUserIdstring

ID of the unbanned user

12345678
unbannedUserNamestring

login name of the unbanned user

pewdiepie
unbannedUserTypestring

platform of the unbanned user

twitch

C# Usage

public bool TwitchUnbanUser(string userName, bool bot = false)