Overview | Service | Command |
Subscribe to or unsubscribe from a distribution list
Authorization token required | true |
Admin Authorization token required | false |
<SubscribeDistributionListRequest op="(subscribe|unsubscribe)"> ## SubscribeDistributionListRequest
<dl by="{dl-selector-by} (id|name)">{key}</dl> ## DistributionListSelector
</SubscribeDistributionListRequest>
The following table describes elements and attributes you can define within a
<SubscribeDistributionListRequest>
element:
XPath | Required / Optional | Description |
@op | Required (only 1) | Type:subscribe|unsubscribe The operation to perform.
|
/dl | Required (only 1) | Type:{key} Selector for the distribution list Description for element text content:The key used to identify the account. Meaning determined by {dl-selector-by} |
/dl@by | Required (only 1) | Type:id|name Select the meaning of {dl-selector-key} |
<SubscribeDistributionListResponse status="(subscribed|unsubscribed|awaiting_approval)" /> ## SubscribeDistributionListResponse
The following table describes elements and attributes you can define within a
<SubscribeDistributionListResponse>
element:
XPath | Required / Optional | Description |
@status | Required (only 1) | Type:subscribed|unsubscribed|awaiting_approval Status of subscription attempt |