Updated at July 17, 2026 02:08 PM
box.schema.role.exists()
box.schema.role.exists(role-name)
Return true if a role exists; return false if a role does not exist.
Parameters:
role-name(string) — the name of the role
Return type
bool
See also: access_control_roles_info.