Get User Info for Target
Parameters
Broadcaster
- The currently logged in broadcaster accountUser
- User that invoked the action e.g. a raid leader, subscriber, point redeemer etc.From Input
- This will take the next word proceeding the trigger as the username to lookup. This user does not have to be present in the channelVariable
- Use the current value of an existing variable as the target
If you selected Variable
as your Source Type
, enter the name of the variable you would like to read in
Variables
The following variables will be populated after executing this sub-action:
Description | ||
---|---|---|
categoryId | string | The numeric id of the game category |
categoryName | string | The target user's current game category |
createdAt | DateTime | Datetime of when the target user's account was created |
lastStreamTime | DateTime | Datetime of when the target user last streamed at |
liveTitle | string | If the user is currently live, this will contain the target user's live stream title |
targetChannelTitle | string | The target user's channel title |
targetInfo | string | Profile information of the target user |
targetInfoEscaped | string | URL encoded profile information of the target user |
targetIsModerator | boolean | Whether or not the target user is a moderator |
targetIsSubscribed | boolean | A boolean value indicating if the user is currently subscribed |
targetLastActive | string | When the user was last active |
targetPreviousActive | string | When the user was previously active |
targetSubscriptionTier | string | The tier at which the user is subscribed |
targetUser | string | Display name of the target user |
targetUserAudienceType | string | The audience type the user caters to, it can be one of the following:
|
targetUserFolowers | string | The number of followers the target user has |
targetUserId | string | User Id of the target user |
targetUserLanguage | string | Language of the channel, ISO2 format (2 letter language code) Example: en |
targetUserName | string | User name of the target user |
targetUserPlatform | string | User platform of the target user Example: trovo |
targetUserProfileImageUrl | string | A link to the user's Trovo profile image |
targetUserProfileImageUrlEscaped | string | The url to the user's profile image URL encoded |