Add Group To Members

Add multiple members to a single group.

Introduction

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

Configuration

Valve name: ActiveDirectoryAddGroupToMembers

NameDescriptionDefault valueMandatoryExpanded

namespace

Bind to LdapClient module.

"default"

group_id

Group DN.

members_identifier

JsonArray with member objects.

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

Example pipe data

  "selected_ad_id" : "CN=Cert Publishers,CN=Users,DC=company,DC=local",
  "ad_pending_add" : [ 
    { 
        "id" : "CN=Felix Andreasson,OU=Demo,DC=company,DC=local", 
        "displayName" : "Felix Andreasson" 
    }, 
    { 
        "id" : "CN=Eva Ek,OU=Demo,DC=company,DC=local", 
        "displayName" : "Eva Ek" 
    } 
],