Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Remove User from Group AD activity

The Remove User from Group activity removes a user from a group in Windows Active Directory.

To access this activity in the Workflow Editor, select the Custom tab, and then navigate to Custom Activities > Active Directory.

Input variables

VariableDescription
DomainControllerIP address of the domain controller machine.
UserNameName of the user to remove from the group.
GroupNameName of the group from which this user is removed.

Output variables

VariableDescription
resultEither success or failure.
errorMessageThe executionResult.errorMessages from the Activity designer parsing sources.

Conditions

ConditionDescription
SuccessUser was successfully removed from the group.
FailureAn error occurred while attempting to remove the user from the group. Additional details may be available in the workflow log.

Parent Topic:Active Directory activity pack