- Getting Started
- Core classes
- SearchResults
- Abstract Classes
- Protocols
- WebSocket
- Exceptions
- Controllers
- Auth
- Document
- collection
Checks that an administrator account exists.
async Task<bool> AdminExistsAsync()
A boolean indicating whether an admin user exists or not.
bool exists = await kuzzle.Server.AdminExistsAsync();
Console.WriteLine("Admin exists? " + exists);