| Overview | Service | Command |
| Authorization token required | true |
| Admin Authorization token required | true |
<GetMailboxStatsRequest /> ## GetMailboxStatsRequest
<GetMailboxStatsResponse> ## GetMailboxStatsResponse
<stats numMboxes="{num-mailboxes} (long)" totalSize="{total-size} (long)" /> ## MailboxStats
</GetMailboxStatsResponse>
elements and attributes you can define within a
<GetMailboxStatsResponse> element:
| XPath | Required / Optional | Description |
| /stats | Required (only 1) | Statistics about mailboxes |
| /stats@numMboxes | Required (only 1) | Type: long Total number of mailboxes |
| /stats@totalSize | Required (only 1) | Type: long Total size of all mailboxes |