Unban User

Unban a Twitch user
Preview
Preview

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

Example: True/False
unbannedUserstring

display name of the unbanned user

Example: PewDiePie
unbannedUserIdstring

ID of the unbanned user

Example: 12345678
unbannedUserNamestring

login name of the unbanned user

Example: pewdiepie
unbannedUserTypestring

platform of the unbanned user

Example: twitch

C# Usage

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