---
title: "Check admin exists"
method: GET
path: "/auth/admin/exists"
tags: ["Admin User"]
---

# Check admin exists

`GET /auth/admin/exists`

Returns whether the admin user has been created. No authorization is required for this endpoint.

## Response `200`

Returns the admin existence status.

- object
  - `usage` object, nullable
  - `time` number, double — Time spent to process this request, in seconds.
  - `status` string
  - `result` boolean — `true` if the admin user exists, `false` otherwise.

---

[API](https://skmtc.net/actiancorp/apis/actian-vectorai-db-authentication-api.md) · [All operations](https://skmtc.net/actiancorp/apis/actian-vectorai-db-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/actiancorp/actian-vectorai-db-authentication-api/revisions/1be75c43c359/schema)
