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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,13 +52,14 @@ 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 %}
55
+
{% ifversion ghec or ghae %}
56
56
## External groups
57
57
58
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
59
60
60
To use this API, the authenticated user must be a team maintainer or an owner of the organization associated with the team.
61
61
62
+
{% ifversion ghec %}
62
63
{% note %}
63
64
64
65
**Notes:**
@@ -67,6 +68,7 @@ To use this API, the authenticated user must be a team maintainer or an owner of
67
68
- If your organization uses team synchronization, you can use the Team Synchronization API. For more information, see "[Team synchronization API](#team-synchronization)."
68
69
69
70
{% endnote %}
71
+
{% endif %}
70
72
71
73
{% for operation in currentRestOperations %}
72
74
{% if operation.subcategory == 'external-groups' %}{% include rest_operation %}{% endif %}
0 commit comments