AddDistributionGroupMember
Use this service to add a new distribution group member.
MEMBER resource
| Parameter Key | Value Type | Parameter Description | 
|---|---|---|
| memberName | Alphanumeric string | The name of an existing group. Maximum length for strings is 10. | 
| memberType | Fixed values | The type of group member. Fixed values are DISTRIBUTIONGROUP and DISTRIBUTIONLIST . | 
XML request format
This is the format of the request XML payload for POST method calls. Note that this must always be wrapped by <ACTION> nodes.
           For Member modification:
           
         <ACTION>
	<DISTRIBUTIONGROUP groupDescription="This is a distribution group" groupName="${DSGROUPNAME}">
		<MEMBER memberType="group" memberName="${DSGROUPNAME2}" memberDescription=""/>
	</DISTRIBUTIONGROUP>
</ACTION>