| Authorization token required | true |
| Admin Authorization token required | true |
<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>
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
(<a inherited="{inherited-flag} (0|1)">{value}</a> ## InheritedFlaggedValue)*
</GetAdminConsoleUICompResponse>
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
|