adminExists # Checks that an administrator account exists. Copied to clipboard!CompletableFuture<Boolean> adminExists() Return # A boolean indicating whether an admin user exists or not. Usage # Copied to clipboard!Boolean result = kuzzle.getServerController().adminExists().get(); Copied to clipboard!fun adminExists(): CompletableFuture<Boolean> Return # A boolean indicating whether an admin user exists or not. Usage # Copied to clipboard!val result: Boolean = kuzzle.serverController.adminExists().get() Edit this page on Github (opens new window)