You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/rest/reference/teams.md
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,28 @@ This API is only available to authenticated members of the team's organization.
52
52
{% if operation.subcategory == 'members' %}{% include rest_operation %}{% endif %}
53
53
{% endfor %}
54
54
55
+
{% ifversion ghec %}
56
+
## External groups
57
+
58
+
The external groups API allows you to view the external identity provider groups that are available to your organization and manage the connection between external groups and teams in your organization.
59
+
60
+
To use this API, the authenticated user must be a team maintainer or an owner of the organization associated with the team.
61
+
62
+
{% note %}
63
+
64
+
**Notes:**
65
+
66
+
- The external groups API is only available for organizations that are part of a enterprise using {% data variables.product.prodname_emus %}. For more information, see "[About Enterprise Managed Users](/admin/authentication/managing-your-enterprise-users-with-your-identity-provider/about-enterprise-managed-users)."
67
+
- If your organization uses team synchronization, you can use the Team Synchronization API. For more information, see "[Team synchronization API](#team-synchronization)."
68
+
69
+
{% endnote %}
70
+
71
+
{% for operation in currentRestOperations %}
72
+
{% if operation.subcategory == 'external-groups' %}{% include rest_operation %}{% endif %}
73
+
{% endfor %}
74
+
75
+
{% endif %}
76
+
55
77
{% ifversion fpt or ghes or ghec %}
56
78
## Team synchronization
57
79
@@ -61,7 +83,7 @@ You can manage GitHub team members through your IdP with team synchronization. T
61
83
62
84
{% note %}
63
85
64
-
**Note:** The Team Synchronization API cannot be used with {% data variables.product.prodname_emus %}.
86
+
**Note:** The Team Synchronization API cannot be used with {% data variables.product.prodname_emus %}. To learn more about managing an {% data variables.product.prodname_emu_org %}, see "[External groups API](/enterprise-cloud@latest/rest/reference/teams#external-groups)".
0 commit comments