Skip to content

Commit c84754f

Browse files
authored
Update and rename enterprise-sso-member-details.graphql to enterprise-member-saml-linked-identities.graphql
1 parent 3beda8a commit c84754f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql/queries/enterprise-sso-member-details.graphql renamed to graphql/queries/enterprise-member-saml-linked-identities.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This query will print a list of all SSO members for a Unified Identity Enterprise
1+
# For GitHub Enterprise Cloud enterprises that have SAML configured at the enterprise level, this query will print a list of the first 100 SAML identities (specifically the `nameId` attribute value) in the enterprise and the linked GitHub username (if the SAML identity is linked).
22

33
query listSSOUserIdentities ($enterpriseName:String!) {
44
enterprise(slug: $enterpriseName) {

0 commit comments

Comments
 (0)