Amazon WorkMail · Schema

GetMailboxDetailsRequest

GetMailboxDetailsRequest schema from Amazon WorkMail API

Business CommunicationCalendarEmailExchangeEnterprise

Properties

Name Type Description
OrganizationId object
UserId object
View JSON Schema on GitHub

JSON Schema

workmail-get-mailbox-details-request-schema.json Raw ↑
{
  "type": "object",
  "required": [
    "OrganizationId",
    "UserId"
  ],
  "title": "GetMailboxDetailsRequest",
  "properties": {
    "OrganizationId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OrganizationId"
        },
        {
          "description": "The identifier for the organization that contains the user whose mailbox details are being requested."
        }
      ]
    },
    "UserId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkMailIdentifier"
        },
        {
          "description": "The identifier for the user whose mailbox details are being requested."
        }
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-get-mailbox-details-request-schema.json",
  "description": "GetMailboxDetailsRequest schema from Amazon WorkMail API"
}