Skip to content

SHOW USERS

The SHOW USERS statement shows the user information.

Role requirement

Only the root user who has the GOD role can use the SHOW USERS statement.

Syntax

SHOW USERS;

Example

nebula> SHOW USERS;
+---------+-----------------+
| Account | IP Whitelist    |
+---------+-----------------+
| "root"  | ""              |
| "user1" | ""              |
| "user2" | "192.168.10.10" |
+---------+-----------------+

Last update: February 1, 2023