UserAdd
Creates a new user in the Community component.
Example
http://12.3.4.56:9030/action=UserAdd&UserName=Admin&Password=admpswd&FieldPhoneExt=077
This action adds the Administrator user to Community. The Admin user password is admpswd, and they have a PhoneExt field associated with them that contains the value 077 (for example, a telephone extension).
Required Parameters
The following action parameters are required.
| Parameter | Description |
|---|---|
| Password | The password for the new user. |
| UserName | The name of the new user. |
Optional Parameters
This action accepts the following optional parameters.
| Parameter | Description | Required |
|---|---|---|
| EmailAddress | The e-mail address of the new user. | |
| FieldFieldName | A field to add to the user. | |
| InputEncoding | The encoding of the EmailAddress, Password, and UserName. | |
| OutputEncoding | The encoding to convert the results to. | |
| RoleName | The name of the role to add the new user to. | |
| Security | A security field for the new user. |
This action accepts the following standard ACI action parameters.
| Parameter | Description |
|---|---|
| ActionID | A string to use to identify an ACI action. |
| FileName | The file to write output to. |
| ForceTemplateRefresh | Forces the server to load the template from disk. |
| Output | Writes output to a file. |
| ResponseFormat | The format of the action output. |
| Template | The template to use for the action output. |
| TemplateParamCSVs | A list of variables to use for the specified template. |