Specifications
6-6
Cisco Unity Express Voice-Mail and Auto-Attendant CLI Administrator Guide for 3.0 and Later Versions
OL-14010-09
Chapter 6 Configuring Users and Groups
Adding and Modifying a User
Configuration mode:
Examples
The following example illustrates configuring a subscriber and the output from the show commands:
se-10-0-0-0(config)# username user3 create
se-10-0-0-0(config)# username user3 phonenumber 50180
se-10-0-0-0(config)# exit
se-10-0-0-0# show users
Command or Action Purpose
Step 1
config t
Example:
se-10-0-0-0# config t
Enters configuration mode.
Step 2
username userid [create | phonenumber phone-number |
phonenumberE164 full-number]
Example:
se-10-0-0-0(config)# username user3 create
se-10-0-0-0(config)# username user3 phonenumber
50180
se-10-0-0-0(config)# username user3 phonenumberE164
13335550180
Creates the subscriber with the specified user ID. The
optional parameters configure more information for
the subscriber:
• userid—User ID of the subscriber. The user ID
must be at least 2 and no more than 31 characters.
Cisco Unity Express allows only letters,
numbers, underscore (_), dot (.), and dash (-) in
user IDs. Do not use spaces in the username.
User IDs must start with a letter.
• create—Creates the subscriber with no other
information.
• phonenumber—Specifies a number or extension
for this subscriber. Spaces or dashes are not
allowed.
• phonenumberE164—Specifies a telephone
number with area code for this subscriber. Spaces
or dashes are not allowed.
Step 3
exit
Example:
se-10-0-0-0(config)# exit
Exits configuration mode.
Step 4
show users
or
show user detail username userid
Example:
se-10-0-0-0# show user detail username user2
Displays a list of user IDs for all subscribers
configured on the system.
or
Displays the detailed information configured for the
specified subscriber.
Step 5
copy running-config startup-config
Example:
se-10-0-0-0# copy running-config startup-config
Copies the configuration changes to the startup
configuration.