renameWebUser (AdministrationProcess - Java™)
Enters a request in the Administration Requests database to rename a Web user.
Defined in
Syntax
public String renameWebUser(String username, String newfullname, String newlastname, String newfirstname, String newmiddleinitial, String newshortname, String newinternetaddress)
throws NotesException Parameters
String username The full hierarchical name (can be abbreviated) of the user.
String newfullname New full hierarchical name (can be abbreviated).
String newlastname New last name. An empty string means just that. An asterisk (*) means no change.
String newfirstname New first name. An empty string means just that. An asterisk (*) means no change.
String newmiddleinitial New middle initial. An empty string means just that. An asterisk (*) means no change.
String newshortname New short name. An empty string means just that. An asterisk (*) means no change.
String newinternetaddress New internet address. An empty string means just that. An asterisk (*) means no change.
Return value
String The note ID of an entry created in the Administration Requests database.