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 | ||
---|---|---|
unbanResult | bool | indicator whether the ban has been successful or not Example: True/False |
unbannedUser | string | display name of the unbanned user Example: GenericUser |
unbannedUserId | string | ID of the banned user Example: 12345678 |
unbannedUserName | string | login name of the banned user Example: genericuser |
unbannedUserType | string | 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)