enterprise-teams
Get an enterprise team
Gets a team using the team's slug. To create the slug, GitHub replaces special characters in the name string, changes all words to lowercase, and replaces spaces with a - separator and adds the "ent:" prefix. For example, "My TEam Näme" would become ent:my-team-name.
get/enterprises/{enterprise}/teams/{team_slug}
Path parameters
enterprisestring required
The slug version of the enterprise name.
team_slugstring required
The slug of the team name.
Response
Response
Example response
{
"sync_to_organizations": "disabled | all",
"organization_selection_type": "disabled | selected | all",
"group_id": "62ab9291-fae2-468e-974b-7e45096d5021",
"group_name": "Justice League",
"html_url": "https://github.com/enterprises/dc/teams/justice-league",
"notification_setting": "notifications_enabled"
}