Unban User

Unban a Kick 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 ban has been successful or not

Example: True/False
unbannedUserstring

display name of the unbanned user

Example: GenericUser
unbannedUserIdstring

ID of the banned user

Example: 12345678
unbannedUserNamestring

login name of the banned user

Example: genericuser
unbannedUserTypestring

platform of the banned user

Example: kick

C# Usage

Unbans the selected Kick user

1.0.0
public bool KickUnbanUser(string userName, bool bot = false)