box.schema.user.exists() | Tarantool

box.schema.user.exists()

box.schema.user.exists(username)

Return true if a user exists; return false if a user does not exist. For explanation of how Tarantool maintains user data, see section Users and reference on _user space.

Parameters:
  • username (string) – the name of the user
Rtype:

bool

See also: Getting a user’s information.

Found what you were looking for?
Feedback