This command provides a list of s that are part of the current .
Users are listed only if the current has USAGE privileges on the organization.
Examples
List current user without an organization
<no-organization># LIST USERS;
+-------------+--------------+-------------+------------------------------------------+------------+
| Given Name | Family Name | Is Current | Email | Locale |
+=============+==============+=============+==========================================+============+
| user1 | fam1 | true | useremail00b4-0e18-4edd@deltastream.io | en |
+-------------+--------------+-------------+------------------------------------------+------------+
List users in an organization
<no-organization># USE ORGANIZATION my_org;
+--------------+---------+----------+------------------------------+
| Type | Name | Command | Summary |
+==============+=========+==========+==============================+
| organization | my_org | USE | using organization "my_org" |
+--------------+---------+----------+------------------------------+
<no-db>/<no-store># LIST USERS;
+-------------+--------------+-------------+------------------------------------------+------------+
| Given Name | Family Name | Is Current | Email | Locale |
+=============+==============+=============+==========================================+============+
| user1 | fam1 | true | useremail00b4-0e18-4edd@deltastream.io | en |
+-------------+--------------+-------------+------------------------------------------+------------+
| user2 | fam2 | false | useremail224b-e672-498d@deltastream.io | en |
+-------------+--------------+-------------+------------------------------------------+------------+