Page 1 of 1

Info with PHP SOAP APIs usage

Posted: Thu Dec 06, 2018 10:27 am
by maxxer
Hi.
I'd like to perform some tasks via SOAP API but I don't exactly understand how to do that...

I need to search some messages in an account and do actions on similar/same messages on a second account.
With zmmailbox is rather straightforward: I can do queries, get messages id and then I can perform what I need on the second account.

With nguyen's php api it's possible to do the same, but if I understand correctly you need to authenticate as the user you need to work on.

Isn't it possible to authenticate as an admin and then perform actions on any user?
thanks