| Authorization token required | true |
| Admin Authorization token required | false |
<GetAddressListMembersRequest [limit="(int)"] [offset="(int)"] id="..." [countOnly="{countOnly} (0|1)"] /> ## GetAddressListMembersRequest
elements and attributes you can define within a
<GetAddressListMembersRequest> element:
| XPath | Required / Optional | Description |
| @limit | Optional (0 or 1) | Type: int The number of members to return (0 is default and means all) |
| @offset | Optional (0 or 1) | Type: int The starting offset (0, 25, etc) |
| @id | Required (only 1) | Type: String id of the distribution list |
| @countOnly | Optional (0 or 1) | Type: 0|1 Set to 1 if the response should only contain the count of total number of members. Set to 0 (default) |
<GetAddressListMembersResponse [more="{more-flag} (0|1)"] total="{total} (Integer)"> ## GetAddressListMemberResponse
(<alm>{adlMembers} (String)</alm>)*
</GetAddressListMembersResponse>
elements and attributes you can define within a
<GetAddressListMembersResponse> element:
| XPath | Required / Optional | Description |
| @more | Optional (0 or 1) | Type: 0|1 1 (true) if more members left to return |
| @total | Required (only 1) | Type: Integer total number of distribution lists (not affected by limit/offset) |
| /alm | Optional (0 or more) | Type: {adlMembers} (String) Distribution list members |