User in Group

Check if a Kick user is a member of a given group

Parameters

User Loginrequired
String

can be a user name or a variable like %userName%

Group Namerequired
String

can be a specific group name or a variable

Variables

The following variables will be populated after executing this sub-action:

Description
foundUserstring

the user's display name

Example: GenericUser
foundUserIdstring

the user's ID

Example: 12345678
foundUserNamestring

the user's login name

Example: genericuser
foundUserTypestring

the user's platform

Example: kick
inGroupbool

indicator whether the user is in the specified group or not

Example: True/False