box.schema.user.exists()
-
box.schema.user.
exists
(username)¶ Return
true
if a user exists; returnfalse
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.
- username (