Skip to content

Commit 58a3d8c

Browse files
authored
Update saml-identities-enterprise-level.graphql
1 parent 4e7f19c commit 58a3d8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graphql/queries/saml-identities-enterprise-level.graphql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# 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
# An email address often gets used for the SAML `nameId` value, but this is not always the case.
33
# If the Identity Provider has sent an `emails` attribute/value in a previous SAML response for enterprise member(s), it also possible to add the `emails` attribute in the `samlIdentity` section right below `nameID` and query for this SAML identity attribute value as well.
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
query listSSOUserIdentities ($enterpriseName:String!) {
67
enterprise(slug: $enterpriseName) {

0 commit comments

Comments
 (0)