GetDistributionListRequest soap

Have a great idea for extending Zimbra? Share ideas, ask questions, contribute, and get feedback.
Post Reply
pasbag
Posts: 15
Joined: Tue Jun 21, 2016 5:28 am

GetDistributionListRequest soap

Post by pasbag »

Hi.
I want to known about how to set attribute in GetDistributionListRequest SOAP.
For example
zmsoap -z GetDistributionListRequest/dl=yourDL@test.com @by=name
in this example i do not use attribute.
In the reference page explain this item but there is not any example.
Is there some body more explain this item and example for me?
Thanks
reference page :
https://files.zimbra.com/docs/soap_api/ ... index.html
User avatar
Gren Elliot
Advanced member
Advanced member
Posts: 183
Joined: Tue Jun 10, 2014 4:45 am

Re: GetDistributionListRequest soap

Post by Gren Elliot »

It would help to know what you are trying to achieve.
Note that you cannot set any attributes using GetDistributionListRequest.
To do that, you need ModifyDistributionListRequest
or, if you are wanting to add members - AddDistributionListMemberRequest
remove members - RemoveDistributionListMemberRequest
Post Reply