Check User Pending node
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.
This node is available in: Authentication, Admin, Self Service, API, Consent, Library, Custom, User Defined
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.
Attributes can be saved into a variable for reuse by other nodes. See Common Configurations for details.
Default output node
- True — User is in pending state
- False — User is not in pending state
- User not found
- Failure
JSON metadata
{
"name": "pending",
"active": true,
"bundleName": "am-users-nodes",
"bundleVersion": "1.0",
"nodeName": "Pending",
"category": "user_management",
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "Check User Pending"
}, {
"lang": "it",
"value": "Check User Pending"
}
],
"index": 32,
"inputs": [{
"name": "Input"
}
],
"outputs": [{
"name": "True",
"level": "success"
}, {
"name": "False",
"level": "warning"
}, {
"name": "UserNotFound",
"level": "warning"
}, {
"name": "Failure",
"level": "error"
}
]
}