Skip to contents

Generate a list of teams in the organization or retrieve a specific team's information.

Usage

get_org_teams_list(org)

get_org_team_details(id)

Arguments

org

Organization name.

id

Team ID Number.

References

<https://developer.github.com/v3/teams/#list-teams>

<https://developer.github.com/v3/teams/#get-team>