Amazon WorkMail · JSON Structure

Workmail List Group Members Response Structure

ListGroupMembersResponse schema from Amazon WorkMail API

Type: object Properties: 2
Business CommunicationCalendarEmailExchangeEnterprise

ListGroupMembersResponse 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

Members NextToken

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "Members": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Members"
        },
        {
          "description": "The members associated to the group."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The token to use to retrieve the next page of results. The first call does not contain any tokens."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "ListGroupMembersResponse",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-list-group-members-response-structure.json",
  "description": "ListGroupMembersResponse schema from Amazon WorkMail API"
}