Tarantool CE/EE Documentation portal logo
Support
Updated at July 17, 2026   02:08 PM

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

Return type

bool

See also: access_control_user_info.