Service: zimbraAccount
Namespace: "urn:zimbraAccount"
CheckLicense SOAP Command

Checks whether this account (auth token account or requested account id) is allowed access to the specified feature.

Network edition only API TRUE
Authorization token required true
Admin Authorization token required false

CheckLicenseRequest

    <CheckLicenseRequest feature="..." /> ## CheckLicenseRequest

The following table describes elements and attributes you can define within a <CheckLicenseRequest> element:

XPath Required / Optional Description
@feature Required (only 1) Type:String
The licensable feature. These are the valid values (which are case-insensitive):
  • MAPI - Zimbra Connector For Outlook
  • MobileSync - ActiveSync
  • iSync - Apple iSync
  • SMIME - Zimbra SMIME
  • BES - Zimbra Connector for BlackBerry Enterprise Server
  • EWS - Zimbra EWS Server
  • TouchClient - Zimbra Touch Client

CheckLicenseResponse

    <CheckLicenseResponse status="(ok|no|inGracePeriod)" /> ## CheckLicenseResponse

The following table describes elements and attributes you can define within a <CheckLicenseResponse> element:

XPath Required / Optional Description
@status Required (only 1) Type:ok|no|inGracePeriod
Status of access to requested licensed feature.