Skip to content

Commit 8439932

Browse files
authored
Update scim-emu-list-enterprise-scim-identities.graphql
1 parent 0944f13 commit 8439932

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +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.
56

67
query {
78
enterprise(slug: "enterprise slug") {

0 commit comments

Comments
 (0)