| Overview | Service | Command |
| Authorization token required | true |
| Admin Authorization token required | true |
<GetDistributionListMembershipRequest [limit="{limit} (Integer)"] [offset="{starting-offset} (Integer)"]> ## GetDistributionListMembershipRequest
<dl [by="{dl-selector-by} (id | name)"]>{key}</dl> ## DistributionListSelector
</GetDistributionListMembershipRequest>
elements and attributes you can define within a
<GetDistributionListMembershipRequest> element:
| XPath | Required / Optional | Description |
| @limit | Optional (0 or 1) | Type: Integer The maximum number of DLs to return (0 is default and means all) |
| @offset | Optional (0 or 1) | Type: Integer The starting offset (0, 25 etc) |
| /dl | Optional (0 or 1) | Type: {key} Distribution List Description for element text content:The key used to identify the distribution list. Meaning determined by {dl-selector-by} |
| /dl@by | Optional (0 or 1) | Type: id | name Select the meaning of {dl-selector-key} |
<GetDistributionListMembershipResponse> ## GetDistributionListMembershipResponse
(<dl id="{dl-id}" name="{dl-name}" [via="{via-dl-name}"] /> ## DistributionListMembershipInfo)*
</GetDistributionListMembershipResponse>
elements and attributes you can define within a
<GetDistributionListMembershipResponse> element:
| XPath | Required / Optional | Description |
| /dl | Optional (0 or more) | Information about distribution lists |
| /dl@id | Required (only 1) | Type: String Distribution list ID |
| /dl@name | Required (only 1) | Type: String Distribution list name |
| /dl@via | Optional (0 or 1) | Type: String Present if the dl is a member of the returned list because they are either a direct or indirect member of another list that is a member of the returned list. For example, if a dl is a member of engineering@domain.com, and engineering@domain.com is a member of all@domain.com, then <dl name="all@domain.com" ... via="engineering@domain.com"/>would be returned. |