Creates a new user in HPE Community Component.
http://12.3.4.56:9000/action=UserAdd&UserName=Admin&Password=admpswd&FieldPhoneExt=077
This action uses port 9000
to add the Administrator
user to HPE Community Component, which is situated on a machine with the IP address 12.3.4.56
. 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).
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. | |
Password | The password for the new user. | Yes |
RoleName | The name of the role to add the new user to. | |
Security | A security field for the new user. | |
UserName | The name of the new user. | Yes |
This action accepts the following standard ACI action parameters.
Parameter | Description |
---|---|
ActionID | A string to use to identify an ACI action. |
EncryptResponse | Encrypt the output. |
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. |
|