AddUserProfile (NotesRegistration - LotusScript®)

Adds the name of a setup profile to the user's Person record in the Domino® Directory.

Defined in

NotesRegistration

Syntax

Call notesRegistration .AddUserProfile( username$, profilename$ )

Parameters

username$

String. The name of the user.

profilename$

String. The name of the setup profile to be added.

Usage

This method acts on the Domino® Directory (names.nsf) for the server specified by RegistrationServer, or names.nsf in the local Domino® data directory if this property is not set.

Example