Amazon WorkMail · JSON Structure

Workmail Update Mailbox Quota Request Structure

UpdateMailboxQuotaRequest schema from Amazon WorkMail API

Type: object Properties: 3 Required: 3
Business CommunicationCalendarEmailExchangeEnterprise

UpdateMailboxQuotaRequest is a JSON Structure definition published by Amazon WorkMail, describing 3 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

OrganizationId UserId MailboxQuota

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

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "OrganizationId",
    "UserId",
    "MailboxQuota"
  ],
  "name": "UpdateMailboxQuotaRequest",
  "properties": {
    "OrganizationId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OrganizationId"
        },
        {
          "description": "The identifier for the organization that contains the user for whom to update the mailbox quota."
        }
      ]
    },
    "UserId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkMailIdentifier"
        },
        {
          "description": "The identifer for the user for whom to update the mailbox quota."
        }
      ]
    },
    "MailboxQuota": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MailboxQuota"
        },
        {
          "description": "The updated mailbox quota, in MB, for the specified user."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-update-mailbox-quota-request-structure.json",
  "description": "UpdateMailboxQuotaRequest schema from Amazon WorkMail API"
}