Account Management Nodes
| Node | Description |
|---|---|
| Account Active | Checks whether the user's account is currently active (not locked, not suspended, not inactive). |
| Lock Account | Locks the current user's account, preventing future logins until unlocked. |
| Unlock Account | Unlocks the current user's account, restoring login capability. |
| Suspend Account | Suspends the user's account for a configurable period of time. |
| Force Logout | Removes all active login sessions for the user except the current one. |
| Logout | Logs out the current user by invalidating their access token and clearing session cookies. |
| Assign Role | Assigns a pre-configured role to the current user. |