Add a new member to a distribution list

Have a great idea for extending Zimbra? Share ideas, ask questions, contribute, and get feedback.
Post Reply
kallep
Posts: 1
Joined: Fri Aug 10, 2018 9:16 am

Add a new member to a distribution list

Post by kallep »

Hello!

I got a Zimbra server that authenticates to an Active Directory. However, when creating a soap-request to my zimbra, I cannot manage to put that user into a distribution list.
I look at the attribute reference https://wiki.zimbra.com/wiki/Zimbra_Attributes_ZCS8 and used <n "zimbraMemberof">my dist</n> but it says that "invalid request: zimbraMemberOf is immutable". Does anyone have a good solution to this?
philq
Posts: 2
Joined: Thu Aug 23, 2018 10:37 am

Re: Add a new member to a distribution list

Post by philq »

To add members to a distribution list in soap, you can use DistributionListActionRequest and action op='addMembers'.
Post Reply