Remove Group From Members

Remove a single group from multiple members.

Introduction

Before using this valve the LdapClient module must be configured and deployed with matching name as defined in "namespace"

Configuration

Valve name: ActiveDirectoryRemoveGroupFromMembers

NameDescriptionDefault valueMandatoryExpanded

namespace

Bind to LdapClient module.

"default"

group_id

Group DN.

members_identifier

JsonArray with member objects.

"@json:{{{request.ad_pending_remove.all}}}"

Example pipe data

  "selected_ad_id" : "CN=Cert Publishers,CN=Users,DC=company,DC=local",
  "ad_pending_remove" : [ 
    { 
        "id" : "CN=Lance Armsson,OU=Demo,DC=company,DC=local", 
        "displayName" : "Lance Armsson" 
    }, 
    { 
        "id" : "CN=Britt Thomasson,OU=Demo,DC=company,DC=local", 
        "displayName" : "Britt Thomasson" 
    } 
],