Add User To Group
Add a Twitch user to a group

Add User To Group Dialog
Parameters
User Login
String required
can be a user name or a variable like %userName%
Group Name
String required
can be a specific group name or a variable
Variables
| Name | Type | Description |
|---|---|---|
Example Value: True/Falseindicator whether the addition has been successful or not |
C# Usage
public bool AddUserToGroup(string userName, Platform platform, string groupName)