---
title: "Check if any user exists"
method: GET
path: "/users/check/exists"
tags: ["Users"]
---

# Check if any user exists

`GET /users/check/exists`

Returns a boolean indicating whether any user record exists in the database.
Used during initial setup flow to determine if onboarding is needed.

## Response `200`

Check result

- boolean

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/verifywise-ai/apis/verifywise-api.md) · [All operations](https://skmtc.net/verifywise-ai/apis/verifywise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/verifywise-ai/verifywise-api/versions/c764f0a64a5e/schema)
