Remove User from Group AD activity

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • 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

    표 1. Remove User from Group input variables
    Variable Description
    DomainController IP address of the domain controller machine.
    UserName Name of the user to remove from the group.
    GroupName Name of the group from which this user is removed.

    Output variables

    표 2. Remove User from Group output variables
    Variable Description
    result Either success or failure.
    errorMessage The executionResult.errorMessages from the Activity designer parsing sources.

    Conditions

    표 3. Remove User from Group conditions
    Condition Description
    Success User was successfully removed from the group.
    Failure An error occurred while attempting to remove the user from the group. Additional details may be available in the workflow log.