204.1.1
ADD-USER
This action can be used to add a new user account to the system. It creates a new entry in the user data table that the system uses to let the user log in and execute MML-commands.
Procedure Overview
Command Code
Parameter
ADD-USER
NAME=<string>,
[AUTH=<number>], [OPTIONS=<param>],
[RETRIES=<number>],[LOCKTIME=<number> or *];
Example
Add user account "SMITH" to the system with execute permissions 0 to 4.
Input:
ADD-USER:NAME=SMITH,AUTH=0&&4;
The newly created user account cannot be used before an initial password is defined with the system command PASSW.
Input:
PASSW:SMITH;
Output:
NEW PASSW = <password>
PLEASE REENTER NEW PASSWORD
NEW PASSW = <password>
${DocTitle}
, ID:
${DocID}
©
02/2025
Mitel Networks Corporation. - All rights reserved.
Mitel and the Mitel logo are trademarks of Mitel Networks Corporation. Unify and associated marks are trademarks of Unify Software and Solutions GmbH&Co. KG.
All other trademarks herein are the property of their respective owners.