Amazon WorkMail · JSON Structure

Workmail Register To Work Mail Request Structure

RegisterToWorkMailRequest schema from Amazon WorkMail API

Type: object Properties: 3 Required: 3
Business CommunicationCalendarEmailExchangeEnterprise

RegisterToWorkMailRequest 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 EntityId Email

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

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "OrganizationId",
    "EntityId",
    "Email"
  ],
  "name": "RegisterToWorkMailRequest",
  "properties": {
    "OrganizationId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OrganizationId"
        },
        {
          "description": "The identifier for the organization under which the user, group, or resource exists."
        }
      ]
    },
    "EntityId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkMailIdentifier"
        },
        {
          "description": "The identifier for the user, group, or resource to be updated."
        }
      ]
    },
    "Email": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EmailAddress"
        },
        {
          "description": "The email for the user, group, or resource to be updated."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-register-to-work-mail-request-structure.json",
  "description": "RegisterToWorkMailRequest schema from Amazon WorkMail API"
}