Unlock User node
The Unlock User node removes the locked status from a user account in IO, allowing the user to authenticate and access the system again.
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 Not Locked
- User not found
- Failure
JSON metadata
{
"name": "unlock_user",
"active": true,
"bundleName": "am-users-nodes",
"bundleVersion": "1.0",
"nodeName": "UnlockUser",
"category": "user_management",
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "Unlock User"
}, {
"lang": "it",
"value": "Unlock User"
}
],
"index": 11,
"inputs": [{
"name": "Input"
}
],
"outputs": [{
"name": "Success",
"level": "success"
}, {
"name": "UserAlreadyUnlocked",
"level": "warning"
}, {
"name": "UserNotFound",
"level": "warning"
}, {
"name": "Failure",
"level": "error"
}
]
}