A.71 Performing a Batch Operation to Add Members to a Group

JSON Request:
PUT https://localhost:9710/gwadmin-service/domains/testDom1/postoffices/testPO1/groups/testGroup1/members
  add=[{id=USER.testDom1.testPO1.testGroupMember4, participation=PRIMARY}, {id=USER.testDom1.testPO1.testGroupMember3, participation=PRIMARY}, {id=USER.testDom1.testPO1.testGroupMember6, participation=PRIMARY}, {id=USER.testDom1.testPO1.testGroupMember5, participation=PRIMARY}, {id=USER.testDom1.testPO1.testGroupMember2, participation=PRIMARY}, {id=USER.testDom1.testPO1.testGroupMember1, participation=PRIMARY}]

XML Request:
PUT https://localhost:9710/gwadmin-service/domains/testDom1/postoffices/testPO1/groups/testGroup1/members
<groupMemberListUpdate>
  <forceNullOnAttrs/>
  <add>
    <id>USER.testDom1.testPO1.testGroupMember4</id>
    <forceNullOnAttrs/>
    <participation>PRIMARY</participation>
  </add>
  <add>
    <id>USER.testDom1.testPO1.testGroupMember3</id>
    <forceNullOnAttrs/>
    <participation>PRIMARY</participation>
  </add>
  <add>
    <id>USER.testDom1.testPO1.testGroupMember6</id>
    <forceNullOnAttrs/>
    <participation>PRIMARY</participation>
  </add>
  <add>
    <id>USER.testDom1.testPO1.testGroupMember5</id>
    <forceNullOnAttrs/>
    <participation>PRIMARY</participation>
  </add>
  <add>
    <id>USER.testDom1.testPO1.testGroupMember2</id>
    <forceNullOnAttrs/>
    <participation>PRIMARY</participation>
  </add>
  <add>
    <id>USER.testDom1.testPO1.testGroupMember1</id>
    <forceNullOnAttrs/>
    <participation>PRIMARY</participation>
  </add>
</groupMemberListUpdate>
    
Response Status: 
200 - OK