addUserProfile (Registration - Java)

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

Defined in

Registration

Syntax

public void addUserProfile(String username, String profile)
    throws NotesException

Parameters

String username

The name of the user.

String profile

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.

Language cross-reference

AddUserProfile method in LotusScript® NotesRegistration class

Example