Suspend Account
Node Card
Category: Account Management Nodes
Typical position: After detecting a policy violation or failed verification, before a Failure Final node or notification step.
Properties
Outputs & Errors
| Property | Type | Required | Default | Constraints | Description |
|---|---|---|---|---|---|
| Suspend Effective Period | number | Yes | 900 | min 1, max 999999999 | Duration of the suspension in seconds. |
| Error Handling | custommultiselect | No | All errors set to automatic | NA | Lets 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. |
| Output / Code | Condition | Default message |
|---|---|---|
true | Account suspended successfully | NA |
false | Suspension failed (catch-all for unhandled errors) | NA |
4046 | Account record was not found | Account not found |
tip
Error edges only appear on the canvas when you explicitly select them in the Error Handling property. An unselected error code falls through to the false output.
Common Next Nodes
Suspend Account (true)→Failure Finalaccount suspended: end the flow
Suspend Account (true)→Send Suspended Emailnotify user their account has been suspended
Use this node to apply a time-limited restriction on an account. The account is automatically reinstated after the configured period: use Lock Account instead if an indefinite restriction is required.