Skip to content

Commit 0c374c9

Browse files
authored
Expose external groups to AE, version note
1 parent 66ece1e commit 0c374c9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

content/rest/reference/teams.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,14 @@ This API is only available to authenticated members of the team's organization.
5252
{% if operation.subcategory == 'members' %}{% include rest_operation %}{% endif %}
5353
{% endfor %}
5454

55-
{% ifversion ghec %}
55+
{% ifversion ghec or ghae %}
5656
## External groups
5757

5858
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.
5959

6060
To use this API, the authenticated user must be a team maintainer or an owner of the organization associated with the team.
6161

62+
{% ifversion ghec %}
6263
{% note %}
6364

6465
**Notes:**
@@ -67,6 +68,7 @@ To use this API, the authenticated user must be a team maintainer or an owner of
6768
- If your organization uses team synchronization, you can use the Team Synchronization API. For more information, see "[Team synchronization API](#team-synchronization)."
6869

6970
{% endnote %}
71+
{% endif %}
7072

7173
{% for operation in currentRestOperations %}
7274
{% if operation.subcategory == 'external-groups' %}{% include rest_operation %}{% endif %}

0 commit comments

Comments
 (0)