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

Account Active

Checks whether the user's account is currently active (not locked, not suspended, not inactive).
Account Management

Node Card

Account Active
true
false
Error edges
4043 · 4045 · 4046
Category: Account Management Nodes
Success message: Account is active.
Typical position: After authentication and before granting access, to gate locked or inactive accounts.

PropertyTypeDefaultDescription
Error HandlingcustommultiselectAll errors set to automaticLets you override the default message shown to users for each error code. Setting a custom message activates that error code as a named output edge on the canvas.

Common Next Nodes

Account Active (true)Success Finalaccount is active: grant access
Account Active (4043)Failure Finalaccount locked: deny access with message
Account Active (4045)Failure Finalaccount inactive: deny access with message

Use this node early in login flows to prevent locked or inactive users from progressing further. Route specific error codes to dedicated messaging pages so users understand why access was denied.