Skip to content
Recued
Menu
← Back to recipes

Remove a Microsoft Entra user from a group

by recued-core v1

Approval-gated Microsoft Entra group membership removal workflow for one user and one group. It reads the user, group, and current direct members for context, then calls recued-core.microsoft-entra.group.member.remove for that membership reference. It does not delete the user, delete the group, mutate group owners, change dynamic membership rules, assign directory roles, or call arbitrary Graph APIs.

How it works 13 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (13 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
user ?
group ?
members_before_raw ?
remove_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 4 configurable

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.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Microsoft connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

microsoft-entra microsoft-entramicrosoft-graphidentitygroupsmembership-removalapprovalpack:microsoft-entra

Details

13 steps 4 configurable settings recipe_id: remove-microsoft-entra-user-from-group