Class AddGroupMembersCommand

java.lang.Object
org.labkey.remoteapi.Command<ResponseType,org.apache.hc.client5.http.classic.methods.HttpPost>
All Implemented Interfaces:
HasRequiredVersion

public class AddGroupMembersCommand extends GroupMembersCommand
Adds a set of principals to a security group. This command has no meaningful response--if it executed without exception, the changes were applied.
  • Constructor Details

    • AddGroupMembersCommand

      public AddGroupMembersCommand(int groupId)