List a user's memberships (direct and transitive).
Last updated 10 months ago
Groups/Memberships will be added as an item property. Requires an EntraID module.
Valve name: EntraIDGroupsForUser
EntraIDGroupsForUser
namespace
Bind to EntraID module.
user_id
User id or UPN.
group_id_property
"id"
dest
Destination property.
use_beta_api
Graph API beta endpoint.
false
{ "name": "EntraIDGroupsForUser", "config": { "user_id": "{{{item.id}}}", "group_id_property": "id", "dest": "member_of" } }