The Add New User Task, when applied, will add a new user to the group.
Property Name | Description |
---|---|
Display Name | Display Name of the User. |
Enable User | Enable the User. |
Team Leader | Is the User a Team Leader. |
Team Name | The Name of the Team to add the User to. |
User Email Address | The Users Email Address. |
User Name | Name of the User. |
User Password | Password for the User. |
Title | Changes the Title (not the name) of the task. |
When this task is added the properties are static by default.
See How To: Change A Static Property To A Dynamic Property to enable rules to be built on these properties.
Property Name | Example Rule | Example Result | Meaning |
---|---|---|---|
Display Name | NewUserNameReturn | "John Smith" | The Display Name of the new user will be set to the result of the form control, John Smith in this example. |
Enable User | TRUE | TRUE | The new user will be enabled to log into the Group. |
Team Leader | TRUE | TRUE | The new user will be set to be a team leader. |
Team Name | "Engineering" | Engineering | This will be the name of the team that the new User will be added to. |
User Email Address | NewUserEmail | NewUserEmail | The Email of the User being added. This is coming from the control fields on a form |
User Name | NewUserNameReturn | NewUserNameReturn | The Name of the User being added. This is coming from the control fields on a form |
User Password | NewUserPassword | NewUserPassword | The Password for the User being added. This is coming from the control fields on a form |
This task has different types of Outputs. For more information about Outputs see Specification Macros Task Node.
Outputs are only available within Specification Macros. Currently Outputs are not available for Specification Flow.
This task supports Status Outputs. These can be used to perform different actions depending on what the status outcome of the task is. For more information see Status Outputs in the Task Node Outputs section of Specification Macros Task Node.
The status output navigation is as follows:
Success (one of the following occurred)
Success with Warnings
Failed (one of the following occurred)