Microsoft Entra · Arazzo Workflow
Microsoft Entra Offboard User From Group
Version 1.0.0
Find a user by UPN, remove it from a group, and verify removal.
View Spec
View on GitHub
Access ManagementAuthenticationAzure ADEntraIdentityIdentity GovernanceMicrosoftNetwork SecuritySecurityZero TrustArazzoWorkflows
Provider
Workflows
offboard-user-from-group
Resolve a user by UPN, remove from a group, then list members.
Finds a user by userPrincipalName, removes the membership reference from the target group, and reads back the members collection.
1
findUser
listUsers
Filter the users collection on userPrincipalName to resolve the user's object id.
2
removeMember
removeGroupMember
Remove the user from the group by deleting the membership reference identified by the user's object id. Returns 204.
3
listMembers
listGroupMembers
List the group's remaining members to confirm the removal.