addGroupMembers (AdministrationProcess - Java)

Enters a request in the Administration Requests database to add members to a new or existing a group.

Defined in

AdministrationProcess

Syntax

public String addGroupMembers(String group, java.util.Vector members)
    throws NotesException

Parameters

String group

The name of the group.

java.util.Vector members

The names of the members in the group.

Return value

String

The note ID of an entry created in the Administration Requests database.

Usage

This method enters the following administration request: Add or Modify Group in Domino® Directory.

If the group exists, the members are added to that group.

If the group does not exist, a new multi-purpose group is created containing the members.

Example