Skip to main content

Get Group Info

Description

This Activity gets the information of the specified group from the Active Directory.

Properties

Input

  • Active Directory Entry - t 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 Distinguished name uniquely identifies the entry in the Directory.
  • Search Value - The group's distinguished name or common name 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 Info - It displays the information of the specified group.
  • Group Members - It displays the group members of the specified group.

Example

Download Example

Get Group Info & Get Member Info