Search found 2 matches

by kalop
Thu Jan 24, 2019 8:05 am
Forum: Developers
Topic: Check an account
Replies: 1
Views: 3270

Re: Check an account

I've found the solution: You have to do a GetAccountRequest with attrs="zimbraAccountStatus" like this: <?xml version="1.0" ?><soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"> <soap:Header><context xmlns="urn:zimbra"><format type="xml&q...
by kalop
Wed Jan 23, 2019 4:51 pm
Forum: Developers
Topic: Check an account
Replies: 1
Views: 3270

Check an account

I'm trying to get the status from an accont: zimbraAccountStatus but I don't know how to do it with soap.

I'm able to change the value with "ModifyAccountRequest" and set it to active, maintenance, closed or locked. However, I don't know how to check it.

Any help is welcome!