Amazon WorkMail · JSON Structure

Workmail Get Mailbox Details Response Structure

GetMailboxDetailsResponse schema from Amazon WorkMail API

Type: object Properties: 2
Business CommunicationCalendarEmailExchangeEnterprise

GetMailboxDetailsResponse is a JSON Structure definition published by Amazon WorkMail, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

MailboxQuota MailboxSize

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "MailboxQuota": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MailboxQuota"
        },
        {
          "description": "The maximum allowed mailbox size, in MB, for the specified user."
        }
      ]
    },
    "MailboxSize": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MailboxSize"
        },
        {
          "description": "The current mailbox size, in MB, for the specified user."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "GetMailboxDetailsResponse",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-get-mailbox-details-response-structure.json",
  "description": "GetMailboxDetailsResponse schema from Amazon WorkMail API"
}