DKarp...since you are a Zimbra employee, perhaps you can furnish the master list of RESTful paths?
All of the Wiki documentation I have seen solves a specific problem. Since I am not doing User Migration, that particular article isn't very helpful.
Let me get more specific. I need to send a message to a distribution group using the REST API. I see the following curl command in the document you provided on user migration:
curl -u schemers

assword --data-binary @/tmp/rfc822.txt
https://server/service/home/schemers/inbox
My question is this: What is the restful path I would use to send a message to a distribution group called "feedback" would it be this:
curl -u schemers

assword --data-binary @/tmp/rfc822.txt
https://server/service/distribution-...feedback/inbox
???
Is that supported?