Users Added

Triggers when a user gets added to a group.

Variables

The following variables will be populated when this trigger executes:

Description
group.botsbool

Indicator whether the group is a Bots group

group.idGuid

The ID of the group

Example: 48cdafcf-92e7-420e-ad99-70038b2bc0d4
group.namestring

The name of the group

Example: Members
group.user#.isSubscribedbool

Indicator whether the added user is subscribed (indexed, starting with 0, e.g. group.user0.isSubscribed)

Example: true
group.user#.userstring

The display name of the added user (indexed, starting with 0, e.g. group.user0.user)

Example: Lyfesaver74
group.user#.userIdstring

The ID of the added user (indexed, starting with 0, e.g. group.user0.userId)

Example: 29338059
group.user#.userNamestring

The login name of the added user (indexed, starting with 0, e.g. group.user0.userName)

Example: Lyfesaver74
group.user#.userTypestring

The platform type of the added user (indexed, starting with 0, e.g. group.user0.userType)

Example: twitch
group.user.countint

The amount of users added to the group

Example: 1