Add and Modify a User
Users, or users, configured in Cisco Unified Communications Manager can be imported to the Cisco Contact Center SIP Proxy (CCCSP) database.
The procedure described in this section allows you to create a new user in the system. Use the same procedures to modify an existing user’s properties.
The application license determines the maximum number of users.
![]() Note |
Ensure not to use reserved keywords or any name that may conflict with the regular users or process names in Linux (root, bin, daemon, adm, lp, sync, shutdown, halt, mail, operator, games, and so on.) while creating the users. |
Required Data for this Procedure
The following information is required for adding or modifying a user:
-
Username—The user ID. The username must be at least 3 and no more than 32 characters. CCCSP allows only letters, numbers, underscore (_), dot (.), and dash (-) in user IDs. User IDs must start with a letter. Do not use spaces in the username.
-
(Optional) Full name—First and last name of the user. It must start and end with quotation marks (“ ”).
-
(Optional) Group—Name of an existing group in which this user is a member.
-
(Optional) Password—Password for logging into the Cisco Contact Center SIP Proxy (CCCSP) GUI. The password must include a minimum length ranging from 8 through 64 characters. There is no limit on the maximum number of characters. Spaces are not allowed. A valid password should have at least one uppercase letter, one lowercase letter, one number, and a symbol.
-
(Optional) PIN—No PIN is required for vCCCSP users.
Exec mode
SUMMARY STEPS
- username userid [ create | delete | fullname [ firstname "first-name" | last "last-name" | display "full-name" ] | group group-name | language "language" | password "password" | pin number]
- show users or show user detail username userid
- copy running-config startup-config
DETAILED STEPS
| Command or Action | Purpose | |
|---|---|---|
|
Step 1 |
username userid [ create | delete | fullname [ firstname "first-name" | last "last-name" | display "full-name" ] | group group-name | language "language" | password "password" | pin number] Example:
|
Creates the user with the specified user ID. The optional parameters configure more information for the user:
|
|
Step 2 |
show users or show user detail username userid Example:
|
Displays a list of user IDs for all users configured on the system. or Displays the detailed information configured for the specified user. |
|
Step 3 |
copy running-config startup-config Example:
|
Copies the configuration changes to the startup configuration. |
Example
The following output illustrates the show users and show user detail username commands:
Hostname# show users
user1
user2
Hostname# show user detail username user2
Full Name: User 2
First Name:
Last Name: user2
Nickname: user2
Phone:
Phone(E.164):
Language: en_ENU
Hostname#
Configuration Mode
SUMMARY STEPS
- config t
- username userid [ create | phonenumber phone-number | phonenumberE164 full-number ]
- exit
- show users or show user detail username userid
- copy running-config startup-config
DETAILED STEPS
| Command or Action | Purpose | |
|---|---|---|
|
Step 1 |
config t Example:
|
Enters configuration mode. |
|
Step 2 |
username userid [ create | phonenumber phone-number | phonenumberE164 full-number ] Example:
|
Creates the user with the specified user ID. The optional parameters configure more information for the user:
|
|
Step 3 |
exit Example:
|
Exits configuration mode. |
|
Step 4 |
show users or show user detail username userid Example:
|
Displays a list of user IDs for all users configured on the system. or Displays the detailed information configured for the specified user. |
|
Step 5 |
copy running-config startup-config Example:
|
Copies the configuration changes to the startup configuration. |
Example
The following example illustrates configuring a user and the output from the show commands:
Hostname(config)# username user3 create
Hostname(config)# username user3 password User@5521
Hostname(config)# exit
Hostname# show users
user1
user2
user3
Hostname# show user detail username user3
Full Name: User 3
First Name:
Last Name: user3
Nickname: user3
Password: ******
Language: en_ENU

Feedback