This command provides a list of s that are part of the current .
Users can only be listed if the current has USAGE privileges on the Organization.
Examples
List current User without an Organization
<no-organization># LIST USERS;+-------------+--------------+-------------+------------------------------------------+------------+|GivenName|FamilyName|IsCurrent|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|usingorganization"my_org"|+--------------+---------+----------+------------------------------+<no-db>/<no-store># LIST USERS;+-------------+--------------+-------------+------------------------------------------+------------+|GivenName|FamilyName|IsCurrent|Email|Locale|+=============+==============+=============+==========================================+============+|user1|fam1|true|useremail00b4-0e18-4edd@deltastream.io|en|+-------------+--------------+-------------+------------------------------------------+------------+|user2|fam2|false|useremail224b-e672-498d@deltastream.io|en|+-------------+--------------+-------------+------------------------------------------+------------+