Users

Check if any user exists

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

get/users/check/exists

Response

Check result

boolean required

Example response

true

Changes