MoveUserInHierarchyRequest (NotesAdministrationProcess - LotusScript®)

Enters a request in the Administration Requests database to move a user's name in the hierarchy.

Defined in

NotesAdministrationProcess

Syntax

noteID$ = notesAdministrationProcess .MoveUserInHierarchyRequest( username$ [ , targetcertifier$ ] [ , allowprimarynamechange ] )

Parameters

username$

String. The hierarchical name of the user in canonical or abbreviated form.

targetcertifier$

String. The name of the new certifier.

allowprimarynamechange

Boolean. Optional. If True, the user's primary name can be changed when the name is moved. Requires R5.04 or higher on all servers involved in the move. Defaults to False.

Return value

noteID$

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 NotesAdministrationProcess properties must specify a certifier.

This is phase 1 of the move. See MoveUserInHierarchyComplete for phase 2.

Example