AddUser
Creates a user or a group. Optionally the new user can be assigned to an existing group.
Possible Gateways
The command AddUser is available via the following gateways:
Required Parameters
The following parameters are standard parameters for this command.
Command
command = AddUser
username = (TEXT)
password = (TEXT)
email = (TEXT)
Attributes
USERNAME | Mandatory. User or group name needs to be stated. |
PASSWORD | Mandatory for user creation. |
Optional. Needed for a password reset initiated by the user himself. |
Optional
The following parameters are optional for this command.
Command
command = AddUser
username = (TEXT)
password = (TEXT)
group0..255 = (TEXT)
type = USER|GROUP
email = (TEXT)
Attributes
GROUP0..255 | Optional; in case the newly created user is assigned to an existing group. |
TYPE | USER|GROUP - Optional. USER (default) for creating a user; GROUP for creating a group. |