Source
import demistomock as demisto # noqa: F401 from CommonServerPython import * # noqa: F401 demisto.results(demisto.executeCommand("ADGetUser", demisto.args()))
README
Deprecated. Use ADGetUser instead.
Script Data
| Name | Description |
|---|---|
| Script Type | python2 |
| Tags | enhancement, active directory, user |
| Cortex XSOAR Version | 5.0.0 |
Dependencies
This script uses the following commands and scripts.
- ad-search
Inputs
| Argument Name | Description |
|---|---|
| name | Name of user |
Outputs
There are no outputs for this script.