User in Group

Check if a Twitch user is a member of a given group
User in Group Dialog
User in 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

NameTypeDescription
Example Value:GenericUser

the user's display name

Example Value:12345678

the user's ID

Example Value:genericuser

the user's login name

Example Value:twitch

the user's platform

Example Value:True/False

indicator whether the user is in the specified group or not

 
Variables generated by all triggers and available within all action executions.

C# Usage

public bool UserInGroup(string userName, Platform platform, string groupName)
Read more in API > C# > Methods > Core > Users > User In Group