Skip to main content

Create New User

Description

Creates a new user in the specified Active Directory

Properties

Input

  • Active Directory Instance - Specifies the instance of the Active Directory

  • Description - Specify an optional text description for the new group

  • Disable Account - If checked, it disables the created user account

  • First Name - The first name of the user.

  • Last Name - The last name of the user.

  • Location - Specify the Location to create this user in the Active Directory

  • Password - Specify the initial password for this user

  • Password Never Expires - If checked, the password will never expire for this user.

  • Username - The username of the user.

Misc

  • DisplayName – The display name of the Activity.

  • Private – If selected, the variables and argument values will no longer be logged at the Verbose level.

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.

Example

Download Example

Create New User