Microsoft Active Directory · Arazzo Workflow
Active Directory Offboard User From Group
Version 1.0.0
Resolve a user by UPN, remove them from a named group, then disable the account.
View Spec
View on GitHub
Active DirectoryAuthenticationAuthorizationDirectory ServicesIdentity ManagementMicrosoft EntraZero TrustArazzoWorkflows
Provider
Workflows
offboard-user-from-group
Remove a user from a group and disable the user account.
Looks up a user by UPN and a group by display name, removes the user's direct membership from the group, and then disables the user account by patching accountEnabled to false.
1
findUser
list-users
Resolve the user by userPrincipalName, returning at most one match.
2
findGroup
list-groups
Resolve the group by displayName, returning at most one match.
3
removeMembership
remove-group-member
Remove the user's direct membership from the resolved group.
4
disableUser
update-user
Disable the user account so the user can no longer sign in.
Source API Descriptions
openapi