Skip to main content

external_groups

Overview

Nameexternal_groups
TypeResource
Idgithub.teams.external_groups

Fields

NameDatatypeDescription
group_idintegerThe internal ID of the group
group_namestringThe display name of the group
updated_atstringThe time of the last update for this group

Methods

NameAccessible byRequired ParamsDescription
list_external_idp_groups_for_orgSELECTorgLists external groups available in an organization. You can query the groups using the display_name parameter, only groups with a group_name containing the text provided in the display_name parameter will be returned. You can also limit your page results using the per_page parameter. GitHub generates a url-encoded page token using a cursor value for where the next page begins. For more information on cursor pagination, see "Offset and Cursor Pagination explained."

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.
list_linked_external_idp_groups_to_team_for_orgSELECTorg, team_slugLists 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.
external_idp_group_info_for_orgEXECgroup_id, orgDisplays information about the specific group's usage. Provides a list of the group's external members as well as a list of teams that this group is connected to.

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.
link_external_idp_group_to_team_for_orgEXECorg, team_slug, data__group_idCreates a connection between a team and an external group. Only one external group can be linked to a team.

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.
unlink_external_idp_group_from_team_for_orgEXECorg, team_slugDeletes a connection between a team and an external group.

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