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: graphql/queries/saml-identities-single-organization.graphql
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
# For GitHub Enterprise Cloud organizations that have SAML configured at the organization level, this query will print out a list of the first 100 SAML identities (specifically the `nameid` attribute value in these SAML identities) in the organization and the GitHub username linked to them.
2
+
# This query can be used to see which users in a GitHub Enterprise Cloud organization have a linked SAML identity.
2
3
# This query will not print out a user username (`login`) value if there is not a GitHub user account linked to this SAML identity.
0 commit comments