Purpose
Allows an administrator to change the user’s descriptive name associated with the specified userid . This command results in an error if the userid does not exist.
Syntax
ADMIN CHANGE NAME userid newusername ;Parameters
- userid
- Unique user identifier (ID).
- newusername
- New user name.
Usage Considerations
This command results in an error if a username corresponding with the userid does not exist in Unity.
Examples
unityadmin> ADMIN CHANGE NAME adminExampleID Admin2;
Successfully changed the name of administrator 'adminExampleID'.