Back to Active Directory Integrations
Handler · Version 3

Active Directory Group Create Active Directory

Download GitHub

Parameters
Name Description Sample
Error Handling Determine what to return if an error is encountered.
Group Name The name of the group to be created
Description The description of this group
Email Address The Email Address for this group. Active Directory can be configured so that all members of a group are notified when the group receives an Email.
Group Scope Security groups or distribution groups are characterized by a scope that identifies how they are applied in the domain tree or forest. There are three group scopes: universal, global, and domain local.
Group Type There are two group types, security and distribution. Security groups allow you to manage user and computer access to shared resources. Distribution groups are intended to be used solely as email distribution lists.
Notes Additional information about the group
Results
Name Description
Handler Error Message
Distinguished Name
Changelog

Active Directory Group Create V1 (2011-01-24)

  • Initial version. See README for details.

Active Directory Group Create V2 (2014-08-05)

  • Changed the password info value to be encrypted.

Active Directory Group Create V3 (2019-10-01)

  • Changed ldap lib version from 0.1.1 to 0.12.0.

Active Directory Group Create V3 (2019-10-10)

  • Added Never Drop Never Fail

Active Directory Group Create V3 (2021-10-11)

  • Added TLS option to allow the handler the ability to do secure connections.
  • Update file type of changelog and readme.
Download GitHub

On This Page

Other Versions

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top