Perform Active Directory Query
Queries the Active Directory user and group information.
Workflow inputs – Perform Active Directory Query
Call Workflow Input | Description | Required? | Default Value |
connection details | XML document conforming to the ConnectionDetails common object that contains the information required to execute a command. | Yes | n/a |
domain | The name of the domain controller to perform the query. | No | There is no default value. |
base dn | The distinguished name to be set as the search base for data export. | No | There is no default value. |
scope | The search scope.
Valid values: Base, OneLevel, SubTree | No | There is no default value. |
user dn | The UserDisntiguishedName to be used to run the command.
Note: This is an alternative to using the domain user name to run the command. | No | There is no default value. |
user dn password | The corresponding password for the user dn specified. | No | There is no default value. |
domain user name | The domain username to be used to run the command.
Note: This is an alternative to using the user dn to run the command. | No | There is no default value. |
domain password | The corresponding password for the domain user name specified. | No | There is no default value. |
ldap filter object class | Class name of LDAP search object. | No | There is no default value. |
ldap filter value | The LDAP value on which to filter. For example, sn=User | No | There is no default value. |
Workflow outputs – Perform Active Directory Query
Call Workflow Output | Description |
output | XML document consisting of one or more <line> elements that contain the command response. Each <line> element contains an index attribute indicating the order in which the information was returned by the command. |
success | Did the operation succeed?
Valid values: true, false |