Get Team Info
Gets information about a Twitch team.
This is an Async (Purple) Command, which operates differently from standard commands.
The team name can be found in the URL of the team's page. You can also use Twitch: Get Channel Teams to get the team name.
| 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. |
If the team name is empty or Twitch cannot find the team, the saved variable is set to
undefined.