Overview | Service | Command |
Get the list of members of a distribution list.
Authorization token required | true |
Admin Authorization token required | false |
<GetDistributionListMembersRequest [limit="(Integer)"] [offset="(Integer)"]> ## GetDistributionListMembersRequest
<dl>{dl} (String)</dl>
</GetDistributionListMembersRequest>
The following table describes elements and attributes you can define within a
<GetDistributionListMembersRequest>
element:
XPath | Required / Optional | Description |
@limit | Optional (0 or 1) | Type:Integer The number of members to return (0 is default and means all) |
@offset | Optional (0 or 1) | Type:Integer The starting offset (0, 25, etc) |
/dl | Required (only 1) | Type:{dl} (String) The name of the distribution list |
<GetDistributionListMembersResponse [more="{more-flag} (0|1)"] [total="{total} (Integer)"]> ## GetDistributionListMembersResponse
(<dlm>{dlMembers} (String)</dlm>)*
</GetDistributionListMembersResponse>
The following table describes elements and attributes you can define within a
<GetDistributionListMembersResponse>
element:
XPath | Required / Optional | Description |
@more | Optional (0 or 1) | Type:0|1 1 (true) if more members left to return |
@total | Optional (0 or 1) | Type:Integer total number of distribution lists (not affected by limit/offset) |
/dlm | Optional (0 or more) | Type:{dlMembers} (String) Distribution list members |