Skip to content

Commit 01917c4

Browse files
authored
Update saml-identities-single-organization.graphql
1 parent 8439932 commit 01917c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graphql/queries/saml-identities-single-organization.graphql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# 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.
22
# This query can be used to see which users in a GitHub Enterprise Cloud organization have a linked SAML identity.
33
# This query will not print out a user username (`login`) value if there is not a GitHub user account linked to this SAML identity.
4+
# If there are a large number of identities/users (greater than 100), pagination will need to be used. See https://graphql.org/learn/pagination/ for details on pagination.
45

56

67
query OrgSAMLidentities {

0 commit comments

Comments
 (0)