A.34 Requesting an Access Control List for a Group

Request:
GET https://localhost:9710/gwadmin-service/domains/testDom1/postoffices/testPO1/groups/testGroup1/acl

Response Status: 
200 - OK

JSON Response: 
[ {
  "id" : "USER.testDom1.testPO1.testGroupMember3",
  "guid" : null,
  "name" : "testGroupMember3",
  "links" : null,
  "timeCreated" : null,
  "timeLastMod" : null,
  "legacyDn" : null,
  "lastModifiedBy" : null,
  "lastModifiedOp" : null,
  "pendingOp" : null,
  "postOfficeName" : "testPO1",
  "domainName" : "testDom1",
  "rights" : "READ",
  "@type" : "accessControl",
  "@url" : null
}, {
  "id" : "USER.testDom1.testPO1.testGroupMember4",
  "guid" : null,
  "name" : "testGroupMember4",
  "links" : null,
  "timeCreated" : null,
  "timeLastMod" : null,
  "legacyDn" : null,
  "lastModifiedBy" : null,
  "lastModifiedOp" : null,
  "pendingOp" : null,
  "postOfficeName" : "testPO1",
  "domainName" : "testDom1",
  "rights" : "READ",
  "@type" : "accessControl",
  "@url" : null
}, {
  "id" : "USER.testDom1.testPO1.testGroupMember5",
  "guid" : null,
  "name" : "testGroupMember5",
  "links" : null,
  "timeCreated" : null,
  "timeLastMod" : null,
  "legacyDn" : null,
  "lastModifiedBy" : null,
  "lastModifiedOp" : null,
  "pendingOp" : null,
  "postOfficeName" : "testPO1",
  "domainName" : "testDom1",
  "rights" : "READ",
  "@type" : "accessControl",
  "@url" : null
}, {
  "id" : "USER.testDom1.testPO1.testGroupMember6",
  "guid" : null,
  "name" : "testGroupMember6",
  "links" : null,
  "timeCreated" : null,
  "timeLastMod" : null,
  "legacyDn" : null,
  "lastModifiedBy" : null,
  "lastModifiedOp" : null,
  "pendingOp" : null,
  "postOfficeName" : "testPO1",
  "domainName" : "testDom1",
  "rights" : "READ",
  "@type" : "accessControl",
  "@url" : null
} ]

XML Response:
<list>
  <accessControl>
    <objType>accessControl</objType>
    <forceNullOnAttrs/>
    <postOfficeName>testPO1</postOfficeName>
    <domainName>testDom1</domainName>
    <name>testGroupMember3</name>
    <id>USER.testDom1.testPO1.testGroupMember3</id>
    <rights>READ</rights>
  </accessControl>
  <accessControl>
    <objType>accessControl</objType>
    <forceNullOnAttrs/>
    <postOfficeName>testPO1</postOfficeName>
    <domainName>testDom1</domainName>
    <name>testGroupMember4</name>
    <id>USER.testDom1.testPO1.testGroupMember4</id>
    <rights>READ</rights>
  </accessControl>
  <accessControl>
    <objType>accessControl</objType>
    <forceNullOnAttrs/>
    <postOfficeName>testPO1</postOfficeName>
    <domainName>testDom1</domainName>
    <name>testGroupMember5</name>
    <id>USER.testDom1.testPO1.testGroupMember5</id>
    <rights>READ</rights>
  </accessControl>
  <accessControl>
    <objType>accessControl</objType>
    <forceNullOnAttrs/>
    <postOfficeName>testPO1</postOfficeName>
    <domainName>testDom1</domainName>
    <name>testGroupMember6</name>
    <id>USER.testDom1.testPO1.testGroupMember6</id>
    <rights>READ</rights>
  </accessControl>
</list>