Add Random Users

Get a custom amount of random Kick users

Parameters

Countrequired
Int

Specify the amount of random users with number or a variable like %randomNumber%.

Present Only
Toggle
default:false

If checked will only get random users from the current present viewers. If count is bigger than the current amount of viewers it will only populate max the amount of viewers.

Include Groups
Toggle
default:false

If checked will include groups in the random users. Select a group from the dropdown and press 'Add' to add it to the list.

Variables

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

Description
randomUser#string

The random user's display name, with # index starting at 0

Example: StreamerDotBot
randomUserId#string

The random user's id, with # index starting at 0

Example: 12345678
randomUserName#string

The random user's login name, with # index starting at 0

Example: streamerdotbot
randomUserType#string

the random user's platform, with # index starting at 0

Example: kick

C# Usage

C# method does not exist for this sub-action