Class RemoveGroupMembersCommand

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

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

    • RemoveGroupMembersCommand

      public RemoveGroupMembersCommand(int groupId)