loading
Preparing LoginRadius developer resources
Mission: Help enterprises accelerate digital transformation with our fully-managed Customer IAM technology.
Skip to main content

User Exists

Verifies whether a user exists or not based on a unique identity attribute, such as an email address.
Authentication Node

Node Card

User Exists
true
false
Category: Authentication Nodes
Type: user-exists
Typical position: After an identity input step, as a lightweight existence check before branching into login or registration.

PropertyTypeDefaultDescription
NANANAThis node has no configurable properties.

Common Next Nodes

User Exists (true)Authuser found: proceed to credential verification
User Exists (false)Create Useruser not found: route to registration

Usage Notes

User Exists provides a simple binary check: no error edge configuration is needed. It is lighter-weight than Identity Lookup when you only need to branch on existence rather than validate credentials. Connect true to a login path and false to a registration or account-creation path.