Refuse Invitation node
The Refuse Invitation node marks a user invitation as refused. Once the invitation is refused, the user cannot complete the registration process, preventing the account from being activated.
This node is available in: Authentication, Admin, Self Service, API, Consent, Library, Custom, User Defined
User binding configurations
Is a user attribute generated from the invitation process and then retrieved from the email link URL on the registration and activation user process.
Default output node
- Success
- User not found
- User Already Active
- Failure
JSON metadata
{
"name": "refuse_invitation",
"active": true,
"bundleName": "am-users-nodes",
"bundleVersion": "1.0",
"nodeName": "RefuseInvitation",
"deletable": false,
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "Refuse Invitation"
}, {
"lang": "it",
"value": "Refuse Invitation"
}
],
"description": [],
"category": "user_management",
"outputs": [{
"name": "Success",
"level": "success"
}, {
"name": "UserNotFound",
"level": "warning"
}, {
"name": "UserAlreadyActive",
"level": "warning"
}, {
"name": "Failure",
"level": "error"
}
],
"inputs": [{
"name": "Input"
}
],
"sections": [],
"index": 40
}