Hi guys,
I am currently interfacing our web application to Zimbra and the main functions are create, modify, and delete user accounts. I have done creating user accounts with our web app. My problem lies with modify and delete because the soap api requires the zimbra id of the user account. Given the account name of, say,
user@domain.com, how can i retrieve its zimbra id through soap?
Thanks