Create Account
Adds a user account to a specified domain or individual machine.
Workflow inputs – Create Account
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 |
user name | The user name of the account being added to the specified domain. | Yes | n/a |
password | The password that corresponds to the user name provided. | Yes | n/a |
domain | The name of the domain in which the account will be created. | No | n/a |
Workflow outputs – Create Account
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 |