| The Cassandra 1.2 documentation is transitioning to a new format! Please use the new Cassandra 1.2 documentation instead. | Back to Table of Contents CQL Commands Table of Contents |
Lists existing users and their superuser status.
Assuming you use internal authentication, created the users in Creating internal user accounts, and have not yet changed the default user, the following example shows the output of LIST USERS.
Example
LIST USERS;
Output
name | super
-----------+-------
cassandra | True
boone | False
akers | True
spillman | False