Check User Group Association node
The Check User Group Association node verifies whether the bound user belongs, or not, to specific groups in IO.
This node is available in: Authentication, Admin, Self Service, API, Consent, Library, Custom, User Defined
Node 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.
Groups selection
Select one or more groups in the node configuration and choose the membership condition:
- The user must belong to all selected groups.
- The user must belong to at least one of the selected groups.
- The user must not belong to any of the selected groups.
Default output node
- Fulfilled
- Not Fulfilled
- Failure
JSON metadata
{
"name": "group_decision_v2",
"active": true,
"bundleName": "am-users-nodes",
"bundleVersion": "1.0",
"nodeName": "GroupDecisionV2",
"category": "user_group_management",
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "Check User Group Association"
}, {
"lang": "it",
"value": "Check User Group Association"
}
],
"index": 29,
"inputs": [{
"name": "Input"
}
],
"outputs": [{
"name": "Fulfilled",
"level": "success"
}, {
"name": "NotFulfilled",
"level": "warning"
}, {
"name": "Failure",
"level": "error"
}
]
}