Namespace: "urn:zimbraAdmin"
GetAdminConsoleUIComp SOAP Command

Returns the union of the zimbraAdminConsoleUIComponents values on the specified account/dl entry and that on all admin groups the entry belongs to.
Note: if neither <account> nor <dl> is specified, the authed admin account will be used as the perspective entry.

Authorization token required true
Admin Authorization token required true

GetAdminConsoleUICompRequest

    <GetAdminConsoleUICompRequest> ## GetAdminConsoleUICompRequest
        <account by="{acct-selector-by} (adminName|appAdminName|id|foreignPrincipal|name|krb5Principal)">{key}</account> ## AccountSelector
        <dl [by="{dl-selector-by} (id|name)"]>{key}</dl> ## DistributionListSelector
    </GetAdminConsoleUICompRequest>

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

XPath Required / Optional Description
/account Optional (0 or 1) Type:{key}
Account
Description for element text content:The key used to identify the account. Meaning determined by {acct-selector-by}
/account@by Required (only 1) Type:adminName|appAdminName|id|foreignPrincipal|name|krb5Principal
Select the meaning of {acct-selector-key}
/dl Optional (0 or 1) Type:{key}
Distribution List
Description for element text content:The key used to identify the distribution list. Meaning determined by {dl-selector-by}
/dl@by Optional (0 or 1) Type:id|name
Select the meaning of {dl-selector-key}

GetAdminConsoleUICompResponse

    <GetAdminConsoleUICompResponse> ## GetAdminConsoleUICompResponse
        (<a inherited="{inherited-flag} (0|1)">{value}</a> ## InheritedFlaggedValue)*
    </GetAdminConsoleUICompResponse>

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

XPath Required / Optional Description
/a Optional (0 or more) Type:{value}
zimbraAdminConsoleUIComponents values
Description for element text content:Value
/a@inherited Required (only 1) Type:0|1
Inherited flag
1 (true) inherited from a group
0 (false) set directly on the entry