Get Team Info

Gets information about a Twitch team.

Box Name Type Description
Team Name String The internal Twitch team name to get information for.
Save Variable As String Variable name to save the team info object.

Saved Payload:

Variable Name Type Description
team_display_name String The display name of the team.
name String The internal name of the team.
id String The ID of the team.
info String The description on the team.
users Array Array of objects for each user in the team.
users[0-?].user_id String User ID of that team member.
users[0-?].user_login String User login of that team member.
users[0-?].user_name String User display name of that team member.
background_image_url String The background image the team page uses.
banner String The banner image the team page uses.
thumbnail_url String The thumbnail image the team page uses.
updated_at String The time in Twitch format that the team was last updated.
created_at String The time in Twitch format that the team was created.
Back to the list