Updated at September 7, 2026 01:25 PM
box.schema.user.enable()
Grants usage and session permissions to the subject user. Equivalent
to the following call:
box.schema.user.grant(username, 'usage,session', 'universe', nil, {if_not_exists = true})
For more information about granting permissions see section box.schema.user.grant.
Parameters:
username(string) — the name of the subject user
Returns
nothing (on success)
Possible errors:
NO_SUCH_USER— in case the subject user is not found.