Get Group Members
Description
This Activity gets the group members of the specified group from the Active Directory.
Properties
Input
- Active Directory Entry - It specifies the instance of the Active Directory, and it accesses regular entries.
- Search Group By - It specifies the search method to get the group. The following options are available:
Option | Description |
---|---|
Distinguished Name | The Distinguished name uniquely identifies the entry in the directory. |
Common Name | The Common name that identifies different entries at that same level. |
- Search Value - The distinguished name or common name of the group in the Active Directory.
Misc
- DisplayName – Add a display name to your Activity.
- Private – By default, Activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.
Optional
- Continue On Error – It Specifies whether the automation should continue even when the Activity throws an error. If True, the Activity continues without throwing any exceptions. If False, the Activity throws an exception. The default value is False.
note
Catches no error if this Activity is present inside the Try-Catch block and the value of this property is True.
Output
- Group Members - The members of the specified group.
Example
Download Example