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; for 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 |