Service: zimbraAdmin
Namespace: "urn:zimbraAdmin"
GetAllUCProviders SOAP Command

Returns all installed UC providers and applicable UC service attributes for each provider.

Authorization token required true
Admin Authorization token required true

GetAllUCProvidersRequest

    <GetAllUCProvidersRequest /> ## GetAllUCProvidersRequest

GetAllUCProvidersResponse

    <GetAllUCProvidersResponse> ## GetAllUCProvidersResponse
        (<provider> ## VoiceProviderInfo
            <attrs>
                (<a> ## UCServiceAttribute
                    <n>{name} (String)</n>
                  </a>)*
            </attrs>
          </provider>)*
    </GetAllUCProvidersResponse>

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

XPath Required / Optional Description
/provider Optional (0 or more) Details for a UC provider
/provider/attrs Required (only 1)
/provider/attrs/a Optional (0 or more)
/provider/attrs/a/n Optional (0 or 1) Type:{name} (String)
UC service attribute