Add a Microsoft Entra user to a group
Approval-gated Microsoft Entra group membership workflow for one user and one group. It reads the user and group for context, then calls recued-core.microsoft-entra.group.member.add with a Graph directory object reference for the user. It does not create groups, mutate group owners, change dynamic membership rules, assign directory roles, or call arbitrary Graph APIs.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (14 steps)
user_id
trim
Trim whitespace from setting user id
group_id
trim
Trim whitespace from setting group id
reason
trim
Trim whitespace from setting reason
directory_object_url
template
Generate text from a template
user
?
group
?
members_before_raw
?
add_member
?
members_after_raw
?
members_before
default
Apply default
members_after
default
Apply default
before_count
count
Count items in members before
after_count
count
Count items in members after
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
reason
setting
=
user id
setting
=
group id
setting
=
microsoft
setting
=
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.