Skip to content

Commit 4e7f19c

Browse files
authored
Update scim-emu-list-enterprise-scim-identities.graphql
1 parent 01917c4 commit 4e7f19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql/queries/scim-emu-list-enterprise-scim-identities.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This query will not work for enterprises that do not use EMUs, as SCIM provisioning cannot be enabled at the enterprise level for enterprises that do not use EMUs.j
33
# Modifying this query to also show member SAML identities will not work for EMU enterprises, since SAML identities are not currently stored for enterprises that use EMUs.
44
# This query will also not work for EMU enterprises that are using Azure AD OIDC for authentication.
5-
# If there are a large number of identities/users (greater than 100), [pagination](https://graphql.org/learn/pagination/) will need to be used.
5+
# 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.
66

77
query {
88
enterprise(slug: "enterprise slug") {

0 commit comments

Comments
 (0)