Skip to content

AddUser

Creates a user or a group. Optionally the new user can be assigned to an existing group.

Possible Gateways

The following parameters are standard parameters for this command.

Command
command = AddUser
username = (TEXT)
password = (TEXT)
email = (TEXT)
USERNAMEMandatory. User or group name needs to be stated.
PASSWORDMandatory for user creation.
EMAILOptional. Needed for a password reset initiated by the user himself.

The following parameters are optional for this command.

Command
command = AddUser
username = (TEXT)
password = (TEXT)
group0..255 = (TEXT)
type = USER|GROUP
email = (TEXT)
GROUP0..255Optional; in case the newly created user is assigned to an existing group.
TYPEUSER|GROUP - Optional. USER (default) for creating a user; GROUP for creating a group.