moveUserInHierarchyRequest (NotesAdministrationProcess - JavaScript™)
Enters a request in the Administration Requests database to move a user's name in the hierarchy.
Defined in
NotesAdministrationProcessSyntax
moveUserInHierarchyRequest(username:string,
targetcertifier:string) : string
moveUserInHierarchyRequest(username:string,
targetcertifier:string, allowprimarynamechange:boolean) : string
Parameter | Description |
---|---|
String username |
The hierarchical name of the user in canonical or abbreviated form. |
String targetcertifier |
The name of the new certifier. |
boolean allowprimarynamechange |
|
Return value | Description |
---|---|
String |
The note ID of an entry created in the Administration Requests database, or an empty string if the certificate authority processes the request. |
Usage
The AdministrationProcess properties must specify a certifier.This is phase 1 of the move. See MoveUserInHierarchyComplete for phase 2.
Language cross-reference
moveUserInHierarchyRequest in LotusScript® NotesAdministrationProcess classmoveUserInHierarchyRequest in Java™ AdministrationProcess class