User Exists
Node Card
Category: Authentication Nodes
Type:
user-existsTypical position: After an identity input step, as a lightweight existence check before branching into login or registration.
Properties
Outputs & Errors
| Property | Type | Default | Description |
|---|---|---|---|
| NA | NA | NA | This node has no configurable properties. |
| Output / Code | Condition | Default message |
|---|---|---|
true | A user was found in the directory matching the provided identity attribute | NA |
false | No matching user found | NA |
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.