box.schema.user.info()
-
box.schema.user.
info
([user-name]) Return a description of a user’s privileges. For explanation of how Tarantool maintains user data, see section Users and reference on _user space.
Parameters: - user-name (string) – the name of the user. This is optional; if it is not supplied, then the information will be for the user who is currently logged in.
Example:
tarantool> box.schema.user.info('admin') --- - - - read,write,execute,session,usage,create,drop,alter,reference,trigger,insert,update,delete - universe - ...