v50

latestOpenAPI 3.0.3MITraw.githubusercontent.com2024-03-2585861610.1 MB
teams

List a connection between an external group and a team

Lists a connection between a team and an external group.

You can manage team membership with your identity provider using Enterprise Managed Users for GitHub Enterprise Cloud. For more information, see "GitHub's products" in the GitHub Help documentation.

get/orgs/{org}/teams/{team_slug}/external-groups

Path parameters

orgstring required

The organization name. The name is not case sensitive.

team_slugstring required

The slug of the team name.

Response

Response

Example response

{
  "groups": [
    {
      "group_id": 1,
      "group_name": "group-azuread-test",
      "updated_at": "2021-01-03 22:27:15:000 -700"
    },
    {
      "group_id": 2,
      "group_name": "group-azuread-test2",
      "updated_at": "2021-06-03 22:27:15:000 -700"
    }
  ]
}