Search Teams
Search for teams in GitHub.

For more accurate results, avoid using partial strings in your input query.
Options
Field | Definition | Type | Required |
---|---|---|---|
Organization | organizations in GitHub | Dropdown | FALSE |
Result Set |
First Matching Record - returns the first record that matches All Matching Records - returns all matching records as a list |
Dropdown | FALSE |
Input
Field | Definition | Type | Required |
---|---|---|---|
ID | unique identifier of the team | String | FALSE |
Global Node ID | node_id value of the user in the GitHub API |
String | FALSE |
Name | name of the team | String | FALSE |
Team | slug of the team | String | FALSE |
Description | description of the team | String | FALSE |
Privacy | privacy option for the team; options are Organization Owners and Team Members or Organization Members |
Dropdown | FALSE |
Permission | permissions available to team members; options are Pull , Pull and Push , or Pull, Push and Administer |
Dropdown | FALSE |
Parent Name | name of the parent to which the team belongs | String | FALSE |
Output
Field | Definition | Type |
---|---|---|
Teams | ||
ID | team's unique identifier | Number |
Global Node ID | node_id value of the user in the GitHub API |
String |
URL | URL of the team profile; example, https://api.github.com/teams/1 |
String |
HTML URL | URL of the team; example, https://api.github.com/teams/justice-league |
String |
Name | name of the team | String |
Team | slug of the team | String |
Description | description of the team | String |
Privacy | privacy option for the team | String |
Permission | permissions available to team members | String |
Parent | name of the parent to which the team belongs | Object |