One Day Sec

Why is the `zid` important when adding a folder share in Zimbra?

The `zid` is the unique identifier returned in the successful SOAP response for the shared folder. It is used to manage or revoke the share later. The article’s code extracts this ID using regex, which is essential for tracking shared folders. Similar response handling is seen in Zimbra SOAP API Development Guide 5 - Email Forwarding.
zidfolder sharingSOAP responseregexshare management

Browse all Q&A →