Check User Locked node
Checks whether the user account is locked and routes the flow accordingly.
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 locked
- False — User is not locked
- User not found
- Failure
JSON metadata
{
"name": "locked",
"active": true,
"bundleName": "am-users-nodes",
"bundleVersion": "1.0",
"category": "user_management",
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "Check User Locked"
}, {
"lang": "it",
"value": "Check User Locked"
}
],
"nodeName": "Locked",
"index": 34,
"inputs": [{
"name": "Input"
}
],
"outputs": [{
"name": "True",
"level": "success"
}, {
"name": "False",
"level": "warning"
}, {
"name": "UserNotFound",
"level": "warning"
}, {
"name": "Failure",
"level": "error"
}
]
}