Skip to content

Commit 69acdac

Browse files
jusuchin85Copilot
andauthored
Update graphql/queries/emu-list-scim-accounts.graphql
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0f47f0d commit 69acdac

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

graphql/queries/emu-list-scim-accounts.graphql

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55
# Note: the output will include suspended users (identified with their obfuscated account name), but it will not include personal user accounts that are not part of the EMU (Enterprise Managed Users) system.
66

77
query ListAllEnterpriseUsers {
8-
enterprise(slug: "ENTEPRISE_SLUG") {
8+
# Replace `ENTERPRISE_SLUG` with the slug of your enterprise. To get more than 10 members, you can adjust the "first" parameter.
9+
#
10+
# Note: the output will include suspended users (identified with their obfuscated account name), but it will not include personal user accounts that are not part of the EMU (Enterprise Managed Users) system.
11+
12+
query ListAllEnterpriseUsers {
13+
enterprise(slug: "ENTERPRISE_SLUG") {
914
ownerInfo {
1015
samlIdentityProvider {
1116
externalIdentities(first: 10) {

0 commit comments

Comments
 (0)