User Activation node
The User Activation node activates a user account in IO. It is typically used after the user has completed registration or accepted an invitation, allowing them to authenticate and access the system.
This node is available in: Authentication, Admin, Self Service, API, Consent, Library, Custom, User Defined
User binding configurations
The Enroll ID is a unique token associated with the user's activation process. It is typically passed as a query parameter in the activation link sent to the user (e.g. {{flow.query.enrollId}}).
Select which user attributes should be retrieved from the IO user after the binding process, using the multi-select field listing the attributes exposed by the user store.
Save in session
The Save in Session option is used to persist data within the IO user session. See Common Configurations for details.
Save in the flow store
Attributes retrieved from the node can be saved into a variable for reuse by other nodes. See Common Configurations for details.
Default output node
- Success
- User not found
- User Already Active
- Failure
JSON metadata
{
"name": "activate_user",
"active": true,
"bundleName": "am-users-nodes",
"bundleVersion": "1.0",
"nodeName": "ActivateUser",
"category": "user_management",
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "User Activation"
}, {
"lang": "it",
"value": "User Activation"
}
],
"index": 38,
"inputs": [{
"name": "Input"
}
],
"outputs": [{
"name": "Success",
"level": "success"
}, {
"name": "UserNotFound",
"level": "warning"
}, {
"name": "UserAlreadyActive",
"level": "warning"
}, {
"name": "Failure",
"level": "error"
}
]
}