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. |
Text |
FALSE |
Global Node ID | node_id value of the user in the GitHub API. |
Text |
FALSE |
Name | Name of the team. |
Text |
FALSE |
Team | Slug of the team. |
Text |
FALSE |
Description | Description of the team. |
Text |
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. |
Text |
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. |
Text |
URL | URL of the team profile; for example, https://api.github.com/teams/1. |
Text |
HTML URL | URL of the team; example, https://api.github.com/teams/justice-league. |
Text |
Name | Name of the team. |
Text |
Team | Slug of the team. |
Text |
Description | Description of the team. |
Text |
Privacy | Privacy option for the team. |
Text |
Permission | Permissions available to team members. |
Text |
Parent | Name of the parent to which the team belongs. |
Object |