Console - LIST SERVER USERS

Displays all configured users on the server. In order to display the users, the current system user that is running the console, must have permissions to read the $ORINETDB_HOME/config/orientdb-server-config.xml configuration file. For more information, see OrientDB Server Security.

This feature was introduced in OrientDB version 2.2.

Syntax:

LIST SERVER USERS

Example:

  • List configured users on a server:

    orientdb> LIST SERVER USERS
    
    SERVER USERS
    - 'root', permissions: *
    - 'guest', permissions: connect,server.listDatabases,server.dblist
    

For more information, see

For more information on other console commands, see Console Commands.