Skip to content

Commit 0944f13

Browse files
authored
Update scim-identities-all-orgs-in-enterprise.graphql
1 parent 34b10dd commit 0944f13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graphql/queries/scim-identities-all-orgs-in-enterprise.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 are in an enterprise and have SAML and SCIM configured at the organization level, this query will print out a list of the first 100 SCIM identities (specifically the `username` attribute value in these SCIM identities) in the first 100 organizations in the enterprise.
22
# The query will also print out the linked GitHub username, if the SCIM identity is linked to a user. A SCIM identity can be unlinked if a user has not logged in with their GitHub.com user account, accepted the invitation and authenticated via SAML to link their SAML/SCIM identity.
33
# This query will not print out a SCIM identity (`username` attribute) for members if an organization is not using SCIM provisioning, or if a user does not have a linked SCIM identity.
4+
# This query will not work for GitHub Enterprise Cloud enterprises that are using Enterprise Managed Users (EMUs).
45

56
query ($enterprise: String!) {
67
enterprise(slug: $enterprise) {

0 commit comments

Comments
 (0)