Specifications

6-10
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 Group
Configuration mode:
Examples
The following example adds an owner and two members to the group sales and assigns sales a phone
number:
Command or Action Purpose
Step 1
config t
Example:
se-10-0-0-0# config t
Enters configuration mode.
Step 2
groupname groupid [member username | owner ownername |
phonenumber phone-number | phonenumberE164 full-number |
privilege privilege-id]
Example:
se-10-0-0-0(config)# groupname sales member user1
se-10-0-0-0(config)# groupname sales owner user2
se-10-0-0-0(config)# groupname sales phonenumber 50163
se-10-0-0-0(config)# groupname sales phonenumberE164
14445550163
se-10-0-0-0(config)# groupname sales privilege
ManagePrompts
Creates the group with the groupid value. The
optional parameters configure more information for
the user:
member—Associates an existing subscriber as a
member of this group. Repeat this command to
assign multiple subscribers to the group.
owner—Specifies the owner of the group. The
owner is not considered a member. If the owner
is to have access to the group’s voice mailbox,
also assign the owner as a member.
phonenumber—Associates a number or
extension with this group. No spaces or dashes
are allowed.
phonenumberE164—Associates a telephone
number and area code with this group. No spaces
or dashes are allowed.
privilege—Specifies the privilege level for the
group. Members assigned to this group have the
designated privilege rights.
Step 3
exit
Example:
se-10-0-0-0(config)# exit
Exits configuration mode.
Step 4
show groups
or
show group detail groupname groupid
Example:
se-10-0-0-0# show group detail groupname sales
Displays a list of group IDs for all configured groups.
This command does not display the details for the
groups.
Displays the detailed configuration information for
the group groupid value.
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.