renameWebUser (NotesAdministrationProcess - JavaScript™)
Enters a request in the Administration Requests database to rename a Web user.
Defined in
NotesAdministrationProcessSyntax
renameWebUser(username:string,
newfullname:string, newlastname:string, newfirstname:string, newmiddleinitial:string,
newshortname:string, newinternetaddress: String) : string
Parameter | Description |
---|---|
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 | Description |
---|---|
String |
The note ID of an entry created in the Administration Requests database. |
Language cross-reference
renameWebUser in LotusScript® NotesAdministrationProcess classrenameWebUser in Java™ AdministrationProcess class