List Groups
Get a user's memberships (direct and transitive).
Introduction
Result objects are returned as items. Requires an EntraID module.
Configuration
Name
Description
Default value
Mandatory
Expanded
namespace
Bind to EntraID module.
user_id
User id or UPN.
id_property
Use this id property from result entries. The id value will be used as item id.
"id"
filter
Search filter.
select
Select properties.
use_beta_api
Graph API beta endpoint.
false
{
"name": "EntraIDListGroupsForUser",
"config": {
"namespace": "X",
"user_id": "${item.id}",
"id_property": "id",
"filter": "startsWith(displayName,'LoA')",
"select": "id,displayName"
}
}