Check User Pending Node
| Description | The Check User Pending node determines if the user account is in a pending state, meaning the user has been invited but has not completed the onboarding process (such as setting a password). The flow is then routed based on the result. |
| Available in | Authentication, Admin, Self Service, API, Consent, Library, Custom, User Defined |
| Node Name | Check User Pending |
User Binding Configurations
User Binding Configurations
This section allows you to configure **how the user is identified**. ### Username You can bind the user either by **username** or by a specific **attribute**. The corresponding value must be specified (e.g. `{{form.username}}`). An additional **Ignore case** option is available.Save in the Flow store
Attributes can be saved **into a variable** for reuse by other nodes. See [Common Configurations]({filename}/pages/io/io-nodes/io-node-types/common-configurations.md#save-in-the-flow-store) for details.Default Output Node
- True — User is in pending state
- False — User is not in pending state
- User not found
- Failure