Lock User node
The Lock User node sets the user account status to locked in IO. A locked user cannot authenticate or access the system until the lock is removed.
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
- Success
- User Already Locked
- User not found
- Failure
JSON metadata
{
"name": "lock_user",
"active": true,
"bundleName": "am-users-nodes",
"bundleVersion": "1.0",
"category": "user_management",
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "Lock User"
}, {
"lang": "it",
"value": "Lock User"
}
],
"nodeName": "LockUser",
"index": 9,
"inputs": [{
"name": "Input"
}
],
"outputs": [{
"name": "Success",
"level": "success"
}, {
"name": "UserAlreadyLocked",
"level": "warning"
}, {
"name": "UserNotFound",
"level": "warning"
}, {
"name": "Failure",
"level": "error"
}
]
}